From 738d749de52d4a996d523b3d2ab785fc5874e0cf Mon Sep 17 00:00:00 2001 From: Claudia Beresford Date: Mon, 23 May 2022 13:39:47 +0100 Subject: [PATCH] fix: Allow fork action to open Issue --- .github/workflows/fork.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fork.yaml b/.github/workflows/fork.yaml index 068e7409..6e6739c4 100644 --- a/.github/workflows/fork.yaml +++ b/.github/workflows/fork.yaml @@ -8,6 +8,8 @@ on: jobs: update: runs-on: ubuntu-latest + permissions: + issues: write steps: - name: Checkout uses: actions/checkout@v2 @@ -29,10 +31,10 @@ jobs: uses: imjohnbo/issue-bot@v3 id: issue with: - assignees: "Callisto13, yitsushi, jmickey, richardcase" title: 'Bump firecracker version to ${{ env.NEW_VERSION }}' pinned: false - close-previous: false + close-previous: true + assignees: "Callisto13, richardcase" rotate-assignees: true body: |- This is an automatically generated Issue to release a new version of