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 5b9fdef commit ef2094aCopy full SHA for ef2094a
.github/workflows/pr_labeler.yaml
@@ -11,7 +11,7 @@ jobs:
11
label-pr:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v8
15
with:
16
script: |
17
if (context.payload.pull_request.base.ref == 'feature/XRI3')
.github/workflows/validation_mrtk3.yaml
@@ -12,7 +12,7 @@ jobs:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
- name: Get Pull Request changes
18
if: github.event_name == 'pull_request'
0 commit comments