Skip to content

Commit

Permalink
change close PR
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Oct 30, 2023
1 parent 416d92f commit 8fcdc64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ jobs:
- name: Close Pull Request
id: close_pr
if: ${{ steps.accepts_external_contrib.outputs.accepts_contrib != 'true' }}
run: |
uses: superbrothers/close-pull-request@v3
with:
comment: |
message="This repository does not accept external contributions yet.

We are therefore closing this Pull Request, thank you for your understanding.

— The DFINITY Foundation"
gh pr close ${{ github.event.number }} --comment "$message"
env:
GH_TOKEN: ${{ github.token }}

- name: Add Label
uses: actions-ecosystem/action-add-labels@v1
Expand Down

0 comments on commit 8fcdc64

Please sign in to comment.