8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b29c4 commit f691206Copy full SHA for f691206
.github/workflows/spec_update.yml
@@ -54,6 +54,8 @@ jobs:
54
uses: peter-evans/create-pull-request@v5.0.3
55
if: steps.git-diff-num.outputs.num-diff != 0
56
with:
57
+ # TODO: `SPEC_UPDATE_TOKEN` is broken
58
+ # token: ${{ secrets.SPEC_UPDATE_TOKEN }}
59
commit-message: |
60
${{ steps.git-diff.outputs.commit}}
61
branch: ${{ steps.git-branch.outputs.branch }}
@@ -62,6 +64,6 @@ jobs:
62
64
body: |
63
65
66
base: 'main'
- # TODO: `SPEC_UPDATE_TOKEN` needs to be fixed
- # team-reviewers: "@dropbox/sdk-maintainers"
67
68
+ # team-reviewers: "sdk-maintainers"
69
draft: false
0 commit comments