Skip to content

Commit b66a503

Browse files
committed
Moved workflow into a step
1 parent 8221285 commit b66a503

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed

.github/workflows/assign-tech-writers.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/label-doc-changes.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ jobs:
3333
if: ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
3434
with:
3535
labels: doc-changes
36-
github_token: ${{ secrets.OSS_BOT_GITHUB_TOKEN || github.token }}
36+
github_token: ${{ secrets.OSS_BOT_GITHUB_TOKEN || github.token }}
37+
- name: assign techwriters to PR
38+
if: ${{github.event.label.name == 'doc-changes'}}
39+
uses: kentaro-m/[email protected]
40+
with:
41+
configuration-path: ".github/auto_assign.yml"

.github/workflows/update-api-reports.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
name: Update API reports
88
runs-on: ubuntu-latest
99

10+
permissions:
11+
contents: write
1012
steps:
1113
- name: Checkout Repo
1214
uses: actions/checkout@master

0 commit comments

Comments
 (0)