Skip to content

Commit

Permalink
Rename on-labeled workflow (and fix version of github-action-move-iss…
Browse files Browse the repository at this point in the history
…ues) (JabRef#11971)
  • Loading branch information
koppor authored Oct 15, 2024
1 parent 88b516f commit 7d72272
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: React on issue labels
name: On labeled

on:
issues:
Expand Down Expand Up @@ -31,15 +31,15 @@ jobs:
Happy coding! 🚀
- name: Move Issue to "Assigned" Column in "Candidates for University Projects"
uses: m7kvqbe1/[email protected].0
uses: m7kvqbe1/[email protected].9
with:
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
project-url: "https://github.com/orgs/JabRef/projects/3"
target-labels: "FirstTimeCodeContribution"
target-column: "Assigned"
ignored-columns: ""
- name: Move Issue to "Assigned" Column in "Good First Issues"
uses: m7kvqbe1/[email protected].0
uses: m7kvqbe1/[email protected].9
with:
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
project-url: "https://github.com/orgs/JabRef/projects/5"
Expand All @@ -54,15 +54,15 @@ jobs:
issues: write
steps:
- name: Move Issue to "Assigned" Column in "Candidates for University Projects"
uses: m7kvqbe1/[email protected].0
uses: m7kvqbe1/[email protected].9
with:
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
project-url: "https://github.com/orgs/JabRef/projects/3"
target-labels: "📍 Assigned"
target-column: "Assigned"
ignored-columns: ""
- name: Move Issue to "Assigned" Column in "Good First Issues"
uses: m7kvqbe1/[email protected].0
uses: m7kvqbe1/[email protected].9
with:
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
project-url: "https://github.com/orgs/JabRef/projects/5"
Expand Down

0 comments on commit 7d72272

Please sign in to comment.