Skip to content

Commit

Permalink
Review updated action versions (#1060)
Browse files Browse the repository at this point in the history
Co-authored-by: serdaro <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Serdaro and github-actions[bot] authored Mar 24, 2024
1 parent 8021b8b commit a2e15b3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport-5-0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check PR for backport label
id: check_pr_labels
uses: shioyang/[email protected].9
uses: shioyang/[email protected].10
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["backport to 5.0"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport-5-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check PR for backport label
id: check_pr_labels
uses: shioyang/[email protected].9
uses: shioyang/[email protected].10
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["backport to 5.1"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport-5-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check PR for backport label
id: check_pr_labels
uses: shioyang/[email protected].9
uses: shioyang/[email protected].10
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["backport to 5.2"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport-5-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check PR for backport label
id: check_pr_labels
uses: shioyang/[email protected].9
uses: shioyang/[email protected].10
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["backport to 5.3"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport-5-4-beta-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check PR for backport label
id: check_pr_labels
uses: shioyang/[email protected].9
uses: shioyang/[email protected].10
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["backport to beta-2"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport-5-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check PR for backport label
id: check_pr_labels
uses: shioyang/[email protected].9
uses: shioyang/[email protected].10
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["backport to 5.4"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check PR for backport label
id: check_pr_labels
uses: shioyang/[email protected].9
uses: shioyang/[email protected].10
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["backport to all versions"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forwardport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check PR for forwardport label
id: check_pr_labels
uses: shioyang/[email protected].9
uses: shioyang/[email protected].10
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["forwardport to snapshot"]'
Expand Down

0 comments on commit a2e15b3

Please sign in to comment.