devops: try to auto run bots on incoming roll (#14223)
This commit is contained in:
parent
4e7a45ba38
commit
721721141f
|
|
@ -36,6 +36,7 @@ jobs:
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v4
|
||||||
with:
|
with:
|
||||||
|
github-token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
await github.pulls.create({
|
await github.pulls.create({
|
||||||
owner: 'microsoft',
|
owner: 'microsoft',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue