Skip to content

Commit

Permalink
fix: Allow fork action to open Issue (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 authored Jun 8, 2022
1 parent c89dd00 commit 45e1d23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
update:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -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
Expand Down

0 comments on commit 45e1d23

Please sign in to comment.