Skip to content

Commit 983a699

Browse files
committed
Close as "not-planned"
1 parent c1f4b24 commit 983a699

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/join.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
- name: Close issue
5959
uses: peter-evans/close-issue@v2
6060
with:
61+
issue-number: ${{ github.event.issue.number }}
62+
close-reason: not_planned
6163
comment: |
6264
It seems that the membership application was either not PGP signed at all, or signed with a key that is not currently in the Debian keyring (as offered by https://keyring.debian.org).
6365
The [Debian GitHub](https://github.com/Debian) organization is intended for [Debian Developers (DD)](https://wiki.debian.org/DebianDeveloper).
@@ -74,6 +76,8 @@ jobs:
7476
- name: Close issue
7577
uses: peter-evans/close-issue@v2
7678
with:
79+
issue-number: ${{ github.event.issue.number }}
80+
close-reason: not_planned
7781
comment: |
7882
Your GitHub login `${{ github.event.issue.user.login }}` does not match the username `${{ needs.keycheck.outputs.gh-user }}` in the form.
7983

0 commit comments

Comments
 (0)