Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelessiet committed Mar 3, 2024
1 parent 68a4893 commit 732caac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/close-tea-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Close PR if tea.yaml is changed
if: steps.check_for_tea.outputs.detected == 'true'
uses: peter-evans/close-pull@v2
with:
pull-request-number: ${{ github.event.pull_request.number }}
comment: This pull request has been automatically closed because it contains changes to `tea.yaml`, which is not allowed. Please contact the repository administrator for more information.
run: gh pr close --comment "This pull request has been automatically closed because it contains changes to `tea.yaml`, which is not allowed. Please contact the repository administrator for more information." --delete-branch "1"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 732caac

Please # to comment.