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
|
||||
uses: actions/github-script@v4
|
||||
with:
|
||||
github-token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
|
||||
script: |
|
||||
await github.pulls.create({
|
||||
owner: 'microsoft',
|
||||
|
|
|
|||
Loading…
Reference in a new issue