workflows: skip changeset feedback back to bot account

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-23 12:43:03 +01:00
parent bac26e969a
commit 70181cddd5
@@ -7,6 +7,7 @@ on:
permissions:
issues: write
pull-requests: write
jobs:
feedback:
@@ -33,7 +34,6 @@ jobs:
env:
ISSUE_NUMBER: ${{ github.event.pull_request.number }}
with:
github-token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
script: |
const owner = "backstage";
const repo = "backstage";