mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-13 12:45:13 +00:00
Use GH_AW_CODEOWNER_PR_TOKEN for PR creation in codeowner-update
Scoped custom token only to create-pull-request safe output. All other operations use default token fallback chains. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/codeowner-update.lock.yml
generated
vendored
6
.github/workflows/codeowner-update.lock.yml
generated
vendored
@@ -23,7 +23,7 @@
|
|||||||
#
|
#
|
||||||
# Updates the CODEOWNERS file when a maintainer comments #codeowner on a pull request
|
# Updates the CODEOWNERS file when a maintainer comments #codeowner on a pull request
|
||||||
#
|
#
|
||||||
# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"015ef8c7217fdc453ca70bfea824f686343207a99eebdccdb45f31e70700da45"}
|
# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"8f7ecfe9d458039fea20a1e09fd094839da1ae52fd4e5006effac2a27da3bd50"}
|
||||||
|
|
||||||
name: "Codeowner Update Agent"
|
name: "Codeowner Update Agent"
|
||||||
"on":
|
"on":
|
||||||
@@ -1130,7 +1130,7 @@ jobs:
|
|||||||
if: ((!cancelled()) && (needs.agent.result != 'skipped')) && (contains(needs.agent.outputs.output_types, 'create_pull_request'))
|
if: ((!cancelled()) && (needs.agent.result != 'skipped')) && (contains(needs.agent.outputs.output_types, 'create_pull_request'))
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GH_AW_CODEOWNER_PR_TOKEN }}
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Configure Git credentials
|
- name: Configure Git credentials
|
||||||
@@ -1138,7 +1138,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
REPO_NAME: ${{ github.repository }}
|
REPO_NAME: ${{ github.repository }}
|
||||||
SERVER_URL: ${{ github.server_url }}
|
SERVER_URL: ${{ github.server_url }}
|
||||||
GIT_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
GIT_TOKEN: ${{ secrets.GH_AW_CODEOWNER_PR_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
|
|||||||
1
.github/workflows/codeowner-update.md
vendored
1
.github/workflows/codeowner-update.md
vendored
@@ -16,6 +16,7 @@ safe-outputs:
|
|||||||
base-branch: staged
|
base-branch: staged
|
||||||
title-prefix: "[codeowner] "
|
title-prefix: "[codeowner] "
|
||||||
draft: false
|
draft: false
|
||||||
|
github-token: ${{ secrets.GH_AW_CODEOWNER_PR_TOKEN }}
|
||||||
add-comment:
|
add-comment:
|
||||||
max: 1
|
max: 1
|
||||||
noop:
|
noop:
|
||||||
|
|||||||
Reference in New Issue
Block a user