Skip to content

Commit 2b477df

Browse files
Downgrade slash command to v1.2.0 in linode-cli repo (#448)
## 📝 Description The v3 and v2 versions of the slash command action require the `read:org` permission to work. Our org contains sensitive private repos so we can't give it that permission. Thus downgrade to v1.2.0
1 parent 8b45bf7 commit 2b477df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-suite-pr-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: ${{ github.event.issue.pull_request }}
1111
steps:
1212
- name: Slash Command Dispatch
13-
uses: peter-evans/slash-command-dispatch@v3
13+
uses: peter-evans/slash-command-dispatch@v1.2.0
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
issue-type: pull-request

0 commit comments

Comments
 (0)