We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10085d commit a114dc3Copy full SHA for a114dc3
.github/workflows/external-contributors.yml
@@ -36,7 +36,7 @@ jobs:
36
author_association: ${{ github.event.pull_request.author_association }}
37
38
- name: Create PR with changes
39
- uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
+ uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
40
with:
41
# This token is scoped to Daniel Griesser
42
# If we used the default GITHUB_TOKEN, the resulting PR would not trigger CI :(
0 commit comments