diff --git a/.github/workflows/format-crash-report-in-issue-body.yml b/.github/workflows/format-crash-report-in-issue-body.yml index b8d5a58..1b059bd 100644 --- a/.github/workflows/format-crash-report-in-issue-body.yml +++ b/.github/workflows/format-crash-report-in-issue-body.yml @@ -4,6 +4,9 @@ on: issues: types: [opened] +permissions: + issues: write + jobs: format-crash-report: runs-on: ubuntu-latest diff --git a/.github/workflows/minecraft-crash-reported-upstream-check.yml b/.github/workflows/minecraft-crash-reported-upstream-check.yml index 4fcb608..822cb17 100644 --- a/.github/workflows/minecraft-crash-reported-upstream-check.yml +++ b/.github/workflows/minecraft-crash-reported-upstream-check.yml @@ -3,6 +3,9 @@ on: issue_comment: types: [created, edited] +permissions: + issues: write + jobs: check-reported-upstream: runs-on: ubuntu-latest diff --git a/.github/workflows/minecraft-crash.yml b/.github/workflows/minecraft-crash.yml index 9cf360a..3e66cbf 100644 --- a/.github/workflows/minecraft-crash.yml +++ b/.github/workflows/minecraft-crash.yml @@ -3,6 +3,9 @@ on: issues: types: [opened] +permissions: + issues: write + jobs: check-minecraft-crash: runs-on: ubuntu-latest