Skip to content

docs: bump actions/labeler GitHub Actions #39448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: bump actions/labeler GitHub Actions
  • Loading branch information
JamBalaya56562 committed Jul 28, 2025
commit bd3e58329b1719e3e5af01755ba236aff97fccd8
4 changes: 2 additions & 2 deletions content/actions/how-tos/reuse-automations/reuse-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ You can define inputs and secrets, which can be passed from the caller workflow
reusable_workflow_job:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.personal_access_token }}
configuration-path: ${{ inputs.config-path }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.token }}
configuration-path: ${{ inputs.config-path }}
Expand Down
Loading