DCO (merge queue) #2
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
on: | |
# Do not add any triggers here! | |
merge_group: | |
types: | |
- checks_requested | |
name: DCO (merge queue) | |
permissions: {} # no permissions needed. | |
jobs: | |
DCO: | |
runs-on: ubuntu-latest | |
steps: | |
- run: | |
echo "Enable merge_queue check to pass." | |
echo "No checks were performed; these checks were already performed during PR workflows." |