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.
2 parents 99bb967 + d7e0112 commit df0a309Copy full SHA for df0a309
.github/workflows/pull-request-automation.yaml
@@ -65,7 +65,7 @@ jobs:
65
}
66
`)
67
if: |-
68
- github.event.pull_request.user.login == 'c2c-bot-gis-ci'
+ github.event.pull_request.user.login == 'c2c-bot-gis-ci-2'
69
&& startsWith(github.head_ref, 'snyk-fix/')
70
&& (github.event.action == 'opened'
71
|| github.event.action == 'reopened')
@@ -89,7 +89,7 @@ jobs:
89
});
90
91
92
93
&& (startsWith(github.head_ref, 'snyk-fix/')
94
|| startsWith(github.head_ref, 'dpkg-update/'))
95
&& github.event.action == 'closed'
0 commit comments