Skip to content

Commit

Permalink
fix(workflow): issue permission changes to write
Browse files Browse the repository at this point in the history
Signed-off-by: setcy <[email protected]>
  • Loading branch information
setcy authored and sejust committed Jul 31, 2023
1 parent 145d67b commit e826bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue_inactive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# labels: inactive-one-week, inactive-one-month, inactive-three-month, inactive-one-year, inactive-two-year

permissions:
issues: read|write
issues: write

jobs:
check-inactive:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_similarity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [opened, edited]

permissions:
issues: read|write
issues: write

jobs:
similarity-analysis:
Expand Down

0 comments on commit e826bb4

Please sign in to comment.