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 02bc0f1 commit 42c79e0Copy full SHA for 42c79e0
.github/workflows/triage-unallowed-internal-changes.yml
@@ -30,9 +30,7 @@ jobs:
30
if: github.repository == 'github/docs-internal' && github.event.pull_request.user.login != 'Octomerger'
31
runs-on: ubuntu-latest
32
outputs:
33
- notAllowed: ${{ steps.filter.outputs.notAllowed }}
34
notAllowedSearchSyncLabel: ${{ steps.filter.outputs.notAllowedSearchSyncLabel }}
35
- count: 0
36
steps:
37
- name: Get files changed
38
uses: dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58
0 commit comments