Skip to content

Commit

Permalink
Merge pull request #27 from procore-oss/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/labeler-e5bd0679301f48c2e2027f7b010fec2b1132ef77

chore(deps): bump actions/labeler from 17086b774338d2689ada0d8fcc8c51b5c9bc782a to e5bd0679301f48c2e2027f7b010fec2b1132ef77
  • Loading branch information
jmeridth authored Feb 11, 2024
2 parents 374c653 + 8051023 commit fa73c84
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
14 changes: 8 additions & 6 deletions .github/labeler.yml
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
4 changes: 4 additions & 0 deletions .github/workflows/auto-assign-author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: 'Auto Author Assign'
on:
pull_request:
types: [opened, reopened, synchronize]

permissions:
pull-requests: write

jobs:
assign:
runs-on: ubuntu-latest
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/labeler.yml
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 }}"

0 comments on commit fa73c84

Please sign in to comment.