Skip to content

Commit 0e7876c

Browse files
authored
Some minimal fixes before doing test-in-prod.
1 parent 33ef29e commit 0e7876c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/triageops.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
issues:
44
types: [ opened ]
55

6+
# We only need contents:read permission since we'll be authenticate as our
7+
# own GitHUb app here.
68
permissions:
79
contents: read
810

@@ -42,7 +44,7 @@ jobs:
4244
with:
4345
github-token: ${{ steps.app-token.outputs.token }}
4446
script: |
45-
const comment = `
47+
const comment = `\
4648
Hi @${context.actor}!
4749
4850
You are currently not yet allowlisted to create your own \

0 commit comments

Comments
 (0)