File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8888 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8989 - name : Move issue to "Free to take" in "Good First Issues"
9090 if : steps.check_assignee.outputs.assigned == 'no'
91- uses : m7kvqbe1/github-action-move-issues/@add-issue-parameter
91+ uses : m7kvqbe1/github-action-move-issues/@main
9292 with :
9393 github-token : ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
9494 project-url : " https://github.com/orgs/JabRef/projects/5"
@@ -100,7 +100,7 @@ jobs:
100100 skip-if-not-in-project : true
101101 - name : Move issue to "Free to take" in "Candidates for University Projects"
102102 if : steps.check_assignee.outputs.assigned == 'no'
103- uses : m7kvqbe1/github-action-move-issues/@add-issue-parameter
103+ uses : m7kvqbe1/github-action-move-issues/@main
104104 with :
105105 github-token : ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
106106 project-url : " https://github.com/orgs/JabRef/projects/3"
Original file line number Diff line number Diff line change 6161 issues : write
6262 steps :
6363 - name : Move issue to "In Progress" in "Good First Issues"
64- uses : m7kvqbe1/github-action-move-issues/@add-issue-parameter
64+ uses : m7kvqbe1/github-action-move-issues/@main
6565 with :
6666 github-token : ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
6767 project-url : " https://github.com/orgs/JabRef/projects/5"
7272 issue-number : ${{ needs.determine_issue_number.outputs.issue_number }}
7373 skip-if-not-in-project : true
7474 - name : Move issue to "In Progress" in "Candidates for University Projects"
75- uses : m7kvqbe1/github-action-move-issues/@add-issue-parameter
75+ uses : m7kvqbe1/github-action-move-issues/@main
7676 with :
7777 github-token : ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
7878 project-url : " https://github.com/orgs/JabRef/projects/3"
Original file line number Diff line number Diff line change 6565 issue_number : ${{ fromJson(needs.unassign_issues.outputs.unassigned_issues) }}
6666 steps :
6767 - name : Move issue to "Free to take" in "Good First Issues"
68- uses : m7kvqbe1/github-action-move-issues/@add-issue-parameter
68+ uses : m7kvqbe1/github-action-move-issues/@main
6969 with :
7070 github-token : ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
7171 project-url : " https://github.com/orgs/JabRef/projects/5"
7676 issue-number : ${{ matrix.issue_number }}
7777 skip-if-not-in-project : true
7878 - name : Move issue to "Free to take" in "Candidates for University Projects"
79- uses : m7kvqbe1/github-action-move-issues/@add-issue-parameter
79+ uses : m7kvqbe1/github-action-move-issues/@main
8080 with :
8181 github-token : ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
8282 project-url : " https://github.com/orgs/JabRef/projects/3"
You can’t perform that action at this time.
0 commit comments