forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename on-labeled workflow (and fix version of github-action-move-iss…
…ues) (JabRef#11971)
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: React on issue labels | ||
name: On labeled | ||
|
||
on: | ||
issues: | ||
|
@@ -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" | ||
|
@@ -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" | ||
|