We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac7a62 commit 5673cc7Copy full SHA for 5673cc7
.github/workflows/approved_status.yml
@@ -16,7 +16,8 @@ jobs:
16
if: >
17
github.event.pull_request.draft == false &&
18
!contains(github.event.pull_request.labels.*.name, 'ci/skip') &&
19
- !contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')
+ !contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/') &&
20
+ contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
21
steps:
22
- name: Get GitHub App token
23
id: get_token
0 commit comments