зеркало из
1
0
Форкнуть 0

chore: update workflows after move

jmeridth/reusable-workflows -> github/ospo-reusable-workflows

- [x] update CODEOWNERS

Signed-off-by: jmeridth <jmeridth@gmail.com>
This commit is contained in:
jmeridth 2025-01-17 07:51:04 -06:00
Родитель 6538a4f809
Коммит d50ecc296e
Не найден ключ, соответствующий данной подписи
4 изменённых файлов: 6 добавлений и 6 удалений

2
.github/CODEOWNERS поставляемый
Просмотреть файл

@ -1 +1 @@
* @jmeridth @sutterj @zkoppert
* @github/ospo-github-actions

2
.github/workflows/auto-labeler.yml поставляемый
Просмотреть файл

@ -11,7 +11,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: jmeridth/reusable-workflows/.github/workflows/auto-labeler.yaml@1406afbf7a795f706f04644059cecbb3b2f0c1a0
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@1406afbf7a795f706f04644059cecbb3b2f0c1a0
with:
config-name: release-drafter.yml
secrets:

2
.github/workflows/pr-title.yml поставляемый
Просмотреть файл

@ -12,6 +12,6 @@ jobs:
contents: read
pull-requests: read
statuses: write
uses: jmeridth/reusable-workflows/.github/workflows/pr-title.yaml@1406afbf7a795f706f04644059cecbb3b2f0c1a0
uses: github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@1406afbf7a795f706f04644059cecbb3b2f0c1a0
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}

6
.github/workflows/release.yml поставляемый
Просмотреть файл

@ -12,7 +12,7 @@ jobs:
permissions:
contents: write
pull-requests: read
uses: jmeridth/reusable-workflows/.github/workflows/release.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
uses: github/ospo-reusable-workflows/.github/workflows/release.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
with:
publish: true
release-config-name: release-drafter.yml
@ -25,7 +25,7 @@ jobs:
discussions: write
packages: write
pull-requests: read
uses: jmeridth/reusable-workflows/.github/workflows/release-image.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
uses: github/ospo-reusable-workflows/.github/workflows/release-image.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
with:
image-name: ${{ github.repository }}
full-tag: ${{ needs.release.outputs.full-tag }}
@ -40,7 +40,7 @@ jobs:
permissions:
contents: read
discussions: write
uses: jmeridth/reusable-workflows/.github/workflows/release-discussion.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
uses: github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
with:
full-tag: ${{ needs.release.outputs.full-tag }}
body: ${{ needs.release.outputs.body }}