fix: Do not use context explicitly for docs-change file
This commit is contained in:
1
.github/workflows/docs-change.yml
vendored
1
.github/workflows/docs-change.yml
vendored
@@ -13,7 +13,6 @@ jobs:
|
|||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const { context } = github;
|
|
||||||
const { pull_request } = context.payload;
|
const { pull_request } = context.payload;
|
||||||
|
|
||||||
const label = 'documentation-change';
|
const label = 'documentation-change';
|
||||||
|
Reference in New Issue
Block a user