DCO #104
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: DCO | |
on: | |
merge_group: | |
# Workaround because the DCO app doesn't run on a merge_group trigger | |
# https://github.com/dcoapp/app/pull/200 | |
jobs: | |
DCO: | |
runs-on: ubuntu-latest | |
if: ${{ github.actor != 'renovate[bot]' }} | |
steps: | |
- run: echo "dummy DCO workflow (it won't run any check actually) to trigger by merge_group in order to enable merge queue" |