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 c077fec commit 2a35271Copy full SHA for 2a35271
1 file changed
.github/workflows/__main-ci.yml
@@ -38,6 +38,7 @@ jobs:
38
with:
39
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
40
github-app-client-id: ${{ vars.CI_BOT_APP_CLIENT_ID }}
41
+ # yamllint disable rule:line-length
42
extra-badges: |
43
[
44
{
0 commit comments