Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/e2e-couchdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Remove pr:e2e:couchdb label (if present)
if: always()
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: |
const { owner, repo, number } = context.issue;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-flakefinder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Remove pr:e2e:flakefinder label (if present)
if: always()
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: |
const { owner, repo, number } = context.issue;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Remove pr:e2e:perf label (if present)
if: always()
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: |
const { owner, repo, number } = context.issue;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Remove pr:e2e label (if present)
if: always()
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: |
const { owner, repo, number } = context.issue;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Remove pr:platform label (if present)
if: always()
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: |
const { owner, repo, number } = context.issue;
Expand Down
Loading