chore: turn off the auto assign functionality of our workflows

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-02-08 14:04:25 +01:00
parent 5bc2d9f739
commit 3ff9581a3f
+2 -2
View File
@@ -18,12 +18,12 @@ jobs:
if: github.repository == 'backstage/backstage' && ( github.event.pull_request || github.event.issue.pull_request )
steps:
- name: PR sync
uses: backstage/actions/pr-sync@v0.6.0
uses: backstage/actions/pr-sync@v0.6.1
with:
github-token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }}
private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }}
installation-id: ${{ secrets.BACKSTAGE_GOALIE_INSTALLATION_ID }}
project-id: PVT_kwDOBFKqdc02LQ
excluded-users: ${{ secrets.OOO_USERS }}
auto-assign: false
owning-teams: '@backstage/techdocs-core'