File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ categories:
2929 labels :
3030 - ' automation' # When automation is updated
3131 - ' ci' # When automation is updated
32+ - title : ' 🎨 Redesign'
33+ labels :
34+ - ' redesign' # When it's a redesign feature
3235exclude-labels :
3336 - ' changelog:skip' # When a PR should be excluded from the changelog
3437version-resolver :
Original file line number Diff line number Diff line change 6666 - name : Bootstrap Action Workspace
6767 if : github.repository == 'elastic/docs-builder' && steps.check-files.outputs.any_changed == 'true'
6868 uses : ./.github/actions/bootstrap
69+
70+ - name : Set REDESIGN feature flag
71+ if : contains(github.event.pull_request.labels.*.name, 'redesign')
72+ run : echo "REDESIGN=true" >> $GITHUB_ENV
6973
7074 # we run our artifact directly please use the prebuild
7175 # elastic/docs-builder@main GitHub Action for all other repositories!
You can’t perform that action at this time.
0 commit comments