We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef5539 commit 812dbf7Copy full SHA for 812dbf7
.github/workflows/pr-description-validation.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v5
25
26
- name: Check PR description
27
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
28
with:
29
script: |
30
const pr = context.payload.pull_request;
.github/workflows/qa-reviewer-assignment.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
- name: 'Assign QA Team'
github-token: ${{ secrets.GH_TOKEN }}
0 commit comments