Skip to content

Commit bc98bc0

Browse files
kopporGuilhermeRibeiroPereira
authored andcommitted
Update action
1 parent bce32ef commit bc98bc0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/assign-issue.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
⏳ Please note, you will be automatically unassigned if the issue isn't closed within **{{ total_days }} days** (by **{{ unassigned_date }}**). A maintainer can also add the "**{{ pin_label }}**"" label to prevent automatic unassignment.
3636
- name: Move Issue to "Assigned" Column in "Candidates for University Projects"
37-
uses: koppor/github-action-move-issues@fix-35
37+
uses: m7kvqbe1/github-action-move-issues@main
3838
# Action currently works for issues only - pre-condition: https://github.com/takanome-dev/assign-issue-action/issues/269 fixed
3939
if: github.event_name == 'issue_comment'
4040
with:
@@ -46,7 +46,7 @@ jobs:
4646
default-column: "Free to take"
4747
skip-if-not-in-project: true
4848
- name: Move Issue to "Assigned" Column in "Good First Issues"
49-
uses: koppor/github-action-move-issues@fix-35
49+
uses: m7kvqbe1/github-action-move-issues@main
5050
if: github.event_name == 'issue_comment'
5151
with:
5252
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}

.github/workflows/on-issue-labeled.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
issues: write
1616
steps:
1717
- name: Move Issue to "Assigned" Column in "Candidates for University Projects"
18-
uses: koppor/github-action-move-issues@fix-35
18+
uses: m7kvqbe1/github-action-move-issues@main
1919
with:
2020
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
2121
project-url: "https://github.com/orgs/JabRef/projects/3"
@@ -25,7 +25,7 @@ jobs:
2525
default-column: "Free to take"
2626
skip-if-not-in-project: true
2727
- name: Move Issue to "Assigned" Column in "Good First Issues"
28-
uses: koppor/github-action-move-issues@fix-35
28+
uses: m7kvqbe1/github-action-move-issues@main
2929
with:
3030
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
3131
project-url: "https://github.com/orgs/JabRef/projects/5"
@@ -59,7 +59,7 @@ jobs:
5959
6060
Happy coding! 🚀
6161
- name: Move Issue to "Assigned" Column in "Candidates for University Projects"
62-
uses: koppor/github-action-move-issues@fix-35
62+
uses: m7kvqbe1/github-action-move-issues@main
6363
with:
6464
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
6565
project-url: "https://github.com/orgs/JabRef/projects/3"
@@ -69,7 +69,7 @@ jobs:
6969
default-column: "Free to take"
7070
skip-if-not-in-project: true
7171
- name: Move Issue to "Assigned" Column in "Good First Issues"
72-
uses: koppor/github-action-move-issues@fix-35
72+
uses: m7kvqbe1/github-action-move-issues@main
7373
with:
7474
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
7575
project-url: "https://github.com/orgs/JabRef/projects/5"

.github/workflows/on-issue-unlabeled.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
issues: write
1515
steps:
1616
- name: Move Issue to "Free to take" Column in "Candidates for University Projects"
17-
uses: koppor/github-action-move-issues@fix-35
17+
uses: m7kvqbe1/github-action-move-issues@main
1818
with:
1919
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
2020
project-url: "https://github.com/orgs/JabRef/projects/3"
@@ -24,7 +24,7 @@ jobs:
2424
default-column: "Free to take"
2525
skip-if-not-in-project: true
2626
- name: Move Issue to "Free to take" Column in "Good First Issues"
27-
uses: koppor/github-action-move-issues@fix-35
27+
uses: m7kvqbe1/github-action-move-issues@main
2828
with:
2929
github-token: ${{ secrets.GH_TOKEN_ACTION_MOVE_ISSUE }}
3030
project-url: "https://github.com/orgs/JabRef/projects/5"

0 commit comments

Comments
 (0)