From 0d30248f88f9c333bf2af1a3c7bb95e4b120ae74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:44:16 +0000 Subject: [PATCH 1/2] chore(deps): update backstage/actions action to v0.6.3 Signed-off-by: Renovate Bot --- .github/workflows/cron.yml | 2 +- .github/workflows/issue.yml | 2 +- .github/workflows/pr-review-comment.yaml | 2 +- .github/workflows/pr.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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..b5ce24c 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -18,7 +18,7 @@ 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 }} From 2fad19b3fd161122e6d2df876618fb8e05e2e979 Mon Sep 17 00:00:00 2001 From: Ainhoa Larumbe Date: Fri, 19 May 2023 14:40:01 +0100 Subject: [PATCH 2/2] specify auto-asign when using pr-sync action --- .github/workflows/pr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index b5ce24c..40ddce2 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -25,5 +25,6 @@ jobs: 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'