devops: try to auto run bots on incoming roll (#14223)

This commit is contained in:
Max Schmitt 2022-05-17 17:16:01 +03:00 committed by GitHub
parent 4e7a45ba38
commit 721721141f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',