Skip to content

Commit 0333420

Browse files
authored
Adds 'skip FR board' label to changelog PR generation (#57689)
1 parent 89088d4 commit 0333420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-changelog-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
core.setOutput('pull-request-number', pullRequest.number);
123123
core.setOutput('pull-request-url', pullRequest.html_url);
124124
125-
- name: Add 'ready-for-doc-review' label to PR
125+
- name: Add 'ready-for-doc-review' and 'skip FR board' labels to PR
126126
if: env.CONTINUE_WORKFLOW == 'true'
127127
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
128128
env:
@@ -135,7 +135,7 @@ jobs:
135135
owner: context.repo.owner,
136136
repo: context.repo.repo,
137137
issue_number: Number(process.env.PULL_REQUEST_NUMBER),
138-
labels: ['ready-for-doc-review']
138+
labels: ['ready-for-doc-review','skip FR board']
139139
});
140140
141141
- name: Assign PR to commenter

0 commit comments

Comments
 (0)