From e529a9b07a3bce8dcba29240b672543577560391 Mon Sep 17 00:00:00 2001 From: ThisPath Date: Sun, 29 Dec 2024 17:57:06 +0900 Subject: [PATCH 1/2] refactor: add blank line for line lint (#5) --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 31c11e3..da622ec 100644 --- a/main.py +++ b/main.py @@ -15,4 +15,4 @@ def main(): print("Final Answer:", result['answer']) if __name__ == "__main__": - main() \ No newline at end of file + main() From 9e766c0fb8ef8123630d04d173366a6593895b81 Mon Sep 17 00:00:00 2001 From: ThisPath Date: Sun, 29 Dec 2024 22:49:13 +0900 Subject: [PATCH 2/2] fix: add permissions to write when auto-assign is activated (#6) * refactor: add blank line for line lint * fix: add permissions to write when auto-assign is activated --- .github/workflows/auto-assign-label.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-assign-label.yaml b/.github/workflows/auto-assign-label.yaml index 15fc2ca..266e008 100644 --- a/.github/workflows/auto-assign-label.yaml +++ b/.github/workflows/auto-assign-label.yaml @@ -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