Skip to content

Commit

Permalink
fix: auto label doc PRs (#5542)
Browse files Browse the repository at this point in the history
Create explicit file to define and pin the actions/labeler's version.

Upgrade breaking changes from action/labeler@v5.
  • Loading branch information
aciba90 authored Jul 24, 2024
1 parent 99ac819 commit bb4b7c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
documentation:
- doc/*
- changed-files:
- any-glob-to-any-file:
- 'doc/*'
- base-branch: 'main'
9 changes: 9 additions & 0 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5

0 comments on commit bb4b7c0

Please sign in to comment.