Skip to content

Commit

Permalink
Update close-pull-requests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredodeza authored Jan 29, 2024
1 parent 5d72746 commit 37ff9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2

- name: Debug contains
echo: "The body of the pull request contains alfredodeza: ${{ contains(github.event.pull_request.body, 'alfredodeza' }} , and contains @alfredodeza: ${{ contains(github.event.pull_request.body, '@alfredodeza' }}
echo: "The body of the pull request contains alfredodeza: ${{ contains(github.event.pull_request.body, 'alfredodeza') }} , and contains @alfredodeza: ${{ contains(github.event.pull_request.body, '@alfredodeza') }}
- name: Close PR if not pre-approved
if: |
Expand Down

0 comments on commit 37ff9ee

Please sign in to comment.