We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bc47d commit ed5d03bCopy full SHA for ed5d03b
.github/workflows/pr-reviews.yml
@@ -27,9 +27,11 @@ jobs:
27
with:
28
project-name: Support
29
column-name: Pending
30
+ issue-number: ${{ github.event.pull_request.number }}
31
- name: Move into In Progress
32
uses: peter-evans/create-or-update-project-card@v2
33
if: ${{ github.event.action != 'submitted' }}
34
35
- column-name: In progress
36
+ column-name: In progress
37
0 commit comments