Skip to content

Commit

Permalink
🔄 synced local '.github/workflows/' with remote 'template_workflows/p…
Browse files Browse the repository at this point in the history
…roject_automation/' (#10)

Co-authored-by: surchs <null>
  • Loading branch information
surchs authored May 20, 2024
1 parent 62102aa commit 4debe22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/handle_external_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ jobs:
run: gh pr edit ${{ github.event.pull_request.number }} -R ${{ github.repository }} --add-label "_community"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

handle_precommit_pr:
if: contains(github.event.pull_request.title, '[pre-commit.ci]')
runs-on: ubuntu-latest

steps:
- name: Label pull request with "_bot"
run: gh pr edit ${{ github.event.pull_request.number }} -R ${{ github.repository }} --add-label "_bot"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4debe22

Please sign in to comment.