We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89088d4 commit 0333420Copy full SHA for 0333420
.github/workflows/create-changelog-pr.yml
@@ -122,7 +122,7 @@ jobs:
122
core.setOutput('pull-request-number', pullRequest.number);
123
core.setOutput('pull-request-url', pullRequest.html_url);
124
125
- - name: Add 'ready-for-doc-review' label to PR
+ - name: Add 'ready-for-doc-review' and 'skip FR board' labels to PR
126
if: env.CONTINUE_WORKFLOW == 'true'
127
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
128
env:
@@ -135,7 +135,7 @@ jobs:
135
owner: context.repo.owner,
136
repo: context.repo.repo,
137
issue_number: Number(process.env.PULL_REQUEST_NUMBER),
138
- labels: ['ready-for-doc-review']
+ labels: ['ready-for-doc-review','skip FR board']
139
});
140
141
- name: Assign PR to commenter
0 commit comments