Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Update pull_request_label.yml to make actions pointing to refs #3647

Merged
merged 1 commit into from
Mar 1, 2021
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
- uses: actions/labeler@9794b1493b6f1fa7b006c5f8635a19c76c98be95
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
Expand All @@ -25,7 +25,7 @@ jobs:
if: github.event.action == 'closed' && github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
- uses: actions/labeler@9794b1493b6f1fa7b006c5f8635a19c76c98be95
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/post_merge_labeler.yml