This action get all associated projects to an issue/PR
issue_number: description: 'The number of the issue' pr_number: description: 'The number of the PR' token: description: 'Github token' required: true
The issue number
The PR number
Required Github Token
A JSON array containing a list of objects that represents the associated projects
- name: Get associated projects by Issue number
uses: eduardomp/get-projects-by-issue-action@main
with:
issue_number: ${{ github.event.issue.number }}
token: ${{ secrets.GITHUB_TOKEN }}