fix: Do not use context explicitly for docs-change file

This commit is contained in:
Faruk AYDIN
2024-03-19 17:47:26 +01:00
parent baddf4653c
commit 6fcd223496

View File

@@ -13,7 +13,6 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const { context } = github;
const { pull_request } = context.payload;
const label = 'documentation-change';