We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082cda7 commit b5fa366Copy full SHA for b5fa366
.github/workflows/sweep-experiments.yml
@@ -14,9 +14,9 @@ permissions:
14
jobs:
15
sweep-experiments:
16
permissions:
17
- contents: write # for peter-evans/create-pull-request to create branch
18
- issues: write # for peter-evans/create-or-update-comment to create or update comment
19
- pull-requests: write # for peter-evans/create-pull-request to create a PR
+ contents: write # for peter-evans/create-pull-request to create branch
+ issues: write # for peter-evans/create-or-update-comment to create or update comment
+ pull-requests: write # for peter-evans/create-pull-request to create a PR
20
if: github.repository == 'ampproject/amphtml'
21
name: Sweep Experiments
22
runs-on: ubuntu-latest
0 commit comments