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.
2 parents 7c7ea28 + aac1a21 commit aad6880Copy full SHA for aad6880
.github/workflows/label-pull-requests.yml
@@ -18,7 +18,7 @@ jobs:
18
# If PR title starts with "Internal: " then add the "Internal" label
19
- name: Label Internal Pull Requests
20
if: "startsWith(github.event.pull_request.title, 'Internal: ')"
21
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
22
with:
23
github-token: ${{ secrets.GITHUB_TOKEN }}
24
script: |
@@ -43,7 +43,7 @@ jobs:
43
# Remove "run-visual-tests" labels and similar when the pull request is closed
44
- name: Remove state control labels
45
if: github.event_name == 'pull_request' && github.event.action == 'closed'
46
47
48
49
0 commit comments