Skip to content

Commit

Permalink
Merge pull request #7 from PrompTartLab/dev
Browse files Browse the repository at this point in the history
fix: add permissions to write when auto-assign is activated
  • Loading branch information
jiyoon9704 authored Dec 29, 2024
2 parents 9a8a094 + 9e766c0 commit 0e3da96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/auto-assign-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
assign-reviewers-assignees:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: kentaro-m/auto-assign-action@v2.0.0

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def main():
print("Final Answer:", result['answer'])

if __name__ == "__main__":
main()
main()

0 comments on commit 0e3da96

Please sign in to comment.