We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7252c commit 28f4ebcCopy full SHA for 28f4ebc
1 file changed
.github/workflows/send-prs-to-how-how-we-work-boards.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
continue-on-error: true
18
steps:
19
- - if: (github.repository == 'github/docs-internal' || github.repository == 'github/docs') && (contains(github.event.pull_request.labels.*.name, 'engineering') && contains(github.event.pull_request.labels.*.name, 'feature'))
+ - if: (github.repository == 'github/docs-internal' || github.repository == 'github/docs') && contains(github.event.pull_request.labels.*.name, 'feature')
20
uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9
21
with:
22
github-token: ${{ secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES }}
0 commit comments