diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 5579867..b2749c1 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: backstage/actions/cron@v0.6.2 + - uses: backstage/actions/cron@v0.6.3 with: app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }} private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }} diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index 6adce35..8200dd4 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -9,4 +9,4 @@ jobs: steps: - name: Sync Issues - uses: backstage/actions/issue-sync@v0.6.2 + uses: backstage/actions/issue-sync@v0.6.3 diff --git a/.github/workflows/pr-review-comment.yaml b/.github/workflows/pr-review-comment.yaml index 2f7b78e..82375a6 100644 --- a/.github/workflows/pr-review-comment.yaml +++ b/.github/workflows/pr-review-comment.yaml @@ -33,7 +33,7 @@ jobs: const prNumber = artifact.name.slice('pr_number-'.length) core.setOutput('pr-number', prNumber); - - uses: backstage/actions/re-review@v0.6.2 + - uses: backstage/actions/re-review@v0.6.3 with: app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }} private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index a4ccd79..40ddce2 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -18,12 +18,13 @@ jobs: if: ${{ github.event.pull_request || github.event.issue.pull_request }} steps: - - uses: backstage/actions/pr-sync@v0.6.2 + - uses: backstage/actions/pr-sync@v0.6.3 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 + auto-assign: false excluded-users: freben owning-teams: '@backstage/techdocs'