Skip to content

Commit

Permalink
fix: declare required permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jul 4, 2021
1 parent 6ba0377 commit 692a08a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,15 @@ marked as support requests.

<!-- prettier-ignore -->
```yaml
name: 'Support requests'
name: 'Support Requests'

on:
issues:
types: [labeled, unlabeled, reopened]

permissions:
issues: write

jobs:
action:
runs-on: ubuntu-latest
Expand All @@ -92,12 +95,15 @@ and their default values. Any of the parameters can be omitted.

<!-- prettier-ignore -->
```yaml
name: 'Support requests'
name: 'Support Requests'

on:
issues:
types: [labeled, unlabeled, reopened]

permissions:
issues: write

jobs:
action:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 692a08a

Please sign in to comment.