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/'
  • Loading branch information
surchs committed May 14, 2024
1 parent 44e0a98 commit b24f0bb
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 b24f0bb

Please sign in to comment.