Skip to content

Commit 5802b66

Browse files
1 parent 2c90816 commit 5802b66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/label-community-issues.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
contents: read
1313

1414
steps:
15+
# Adding this step for debug purposes
16+
# If this works as expected, we can simplify this workflow
17+
# and replace it with the `check-membership` step
18+
- name: Check organization membership (test)
19+
run: echo "${{ github.event.issue.author_association == 'MEMBER' }}"
1520
- name: Check organization membership
1621
id: check-membership
1722
uses: actions/github-script@v7

0 commit comments

Comments
 (0)