Skip to content

Commit 561e00a

Browse files
authored
Fix removal of all assignees (#12812)
1 parent 89a2f3e commit 561e00a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- unlabeled
77

88
jobs:
9-
ensure_column:
9+
handle_Assigned_and_FirstTimeCodeContribution:
1010
name: "📍 Assigned or FirstTimeCodeContribution"
1111
if: ${{ (github.event.label.name == '📍 Assigned' || github.event.label.name == 'FirstTimeCodeContribution') && github.repository_owner == 'JabRef' }}
1212
runs-on: ubuntu-latest
@@ -33,13 +33,6 @@ jobs:
3333
ignored-columns: ""
3434
default-column: "Free to take"
3535
skip-if-not-in-project: true
36-
remove_assignees:
37-
if: ${{ github.repository_owner == 'JabRef' }}
38-
runs-on: ubuntu-latest
39-
permissions:
40-
issues: write
41-
contents: read
42-
steps:
4336
- uses: actions/checkout@v4
4437
- name: Remove all assignees
4538
run: |

0 commit comments

Comments
 (0)