Skip to content

Commit

Permalink
add lint-go to merge queue check
Browse files Browse the repository at this point in the history
To prevent breaking the main branch after merging two PRs that passed CI
but conflicted which each other, we should enable merge queue which
should prevent this from ever happening.

More info: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue

Signed-off-by: André Martins <[email protected]>
  • Loading branch information
aanm committed Aug 16, 2023
1 parent 9764bee commit 78a5f17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches:
- main
- ft/main/**
# Add this workflow to be triggered by merge queue events
merge_group:

permissions: read-all

Expand Down

0 comments on commit 78a5f17

Please sign in to comment.