diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f878090 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +## code changes will send PR to following users +* @Think-Cube/think-cube diff --git a/.github/workflows/auto-merge-github-actions.yml b/.github/workflows/auto-merge-github-actions.yml index 20a151c..f7a05d0 100644 --- a/.github/workflows/auto-merge-github-actions.yml +++ b/.github/workflows/auto-merge-github-actions.yml @@ -5,8 +5,7 @@ on: - opened - synchronize permissions: - contents: write-all - pull-requests: write + contents: write jobs: auto-merge: runs-on: ubuntu-latest