-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from procore-oss/dependabot/github_actions/act…
…ions/labeler-e5bd0679301f48c2e2027f7b010fec2b1132ef77 chore(deps): bump actions/labeler from 17086b774338d2689ada0d8fcc8c51b5c9bc782a to e5bd0679301f48c2e2027f7b010fec2b1132ef77
- Loading branch information
Showing
3 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
repo: | ||
- .github/**/* | ||
- README.md | ||
- .giignore | ||
- .gitattributes | ||
- .gitmodules/**/* | ||
- LICENSE | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- .github/**/* | ||
- README.md | ||
- .giignore | ||
- .gitattributes | ||
- .gitmodules/**/* | ||
- LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
name: "Pull Request Labeler" | ||
on: | ||
pull_request_target: | ||
|
||
permissions: | ||
pull-requests: write | ||
|
||
jobs: | ||
labeler: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@17086b774338d2689ada0d8fcc8c51b5c9bc782a # (latest, untagged) | ||
- uses: actions/labeler@e5bd0679301f48c2e2027f7b010fec2b1132ef77 # (latest, untagged) | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" |