We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a2f3e commit 561e00aCopy full SHA for 561e00a
.github/workflows/on-issue-unlabeled.yml
@@ -6,7 +6,7 @@ on:
6
- unlabeled
7
8
jobs:
9
- ensure_column:
+ handle_Assigned_and_FirstTimeCodeContribution:
10
name: "📍 Assigned or FirstTimeCodeContribution"
11
if: ${{ (github.event.label.name == '📍 Assigned' || github.event.label.name == 'FirstTimeCodeContribution') && github.repository_owner == 'JabRef' }}
12
runs-on: ubuntu-latest
@@ -33,13 +33,6 @@ jobs:
33
ignored-columns: ""
34
default-column: "Free to take"
35
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:
43
- uses: actions/checkout@v4
44
- name: Remove all assignees
45
run: |
0 commit comments