We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 327a3e8 + 6662bcb commit 31d6f9bCopy full SHA for 31d6f9b
1 file changed
.github/workflows/pr-closer.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.repository == 'aws/api-models-aws' || github.repository == 'kellertk/api-models-aws'
12
steps:
13
- name: Auto Close Pull Request
14
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
15
with:
16
script: |
17
const body = context.payload.pull_request.body;
0 commit comments