From 0295cd4807b6dc228030cc4b7d786840bc3bb45d Mon Sep 17 00:00:00 2001 From: japananh Date: Fri, 19 Jan 2024 00:29:08 +0700 Subject: [PATCH] feat: test github action --- .github/workflows/action.yml | 3 ++- README.md | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index c996925..51ac3fb 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -2,9 +2,10 @@ name: Auto Assign on: [push, pull_request] jobs: add-reviewers-assignees: + permissions: write-all name: Auto Add Reviewer and Assignees runs-on: ubuntu-latest steps: - uses: kentaro-m/auto-assign-action@v1.2.6 with: - configuration-path: '.github/auto_assign.yml' # Only needed if you use something other than .github/auto_assign.yml + configuration-path: '.github/auto_assign.yml' # Only needed if you use something other than .github/auto_assign.yml \ No newline at end of file diff --git a/README.md b/README.md index db893ad..2b36974 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,3 @@ After extensively using Notion for tech notes, I've recently transitioned to a GitHub repo. This shift allows me to enjoy the process more, enrich my GitHub profile, and showcase my efforts, as GitHub tracks and visually represents all activities. [Check it out!](https://github.com/japananh/TIL/issues) - -Test GitHub action!!!