Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,17 @@ jobs:
else
echo "✅ PR title format is valid!"
fi

label-merge-conflicts:
name: Has Conflicts
runs-on: ubuntu-latest
steps:
- name: Check for Merge Conflicts
uses: prince-chrismc/label-merge-conflicts-action@v3
with:
conflict_label_name: "conflicts"
github_token: ${{ secrets.GITHUB_TOKEN }}
conflict_comment: |
:wave: Hi, @${{ github.actor }},
I detected conflicts against the base branch :speak_no_evil:
You'll want to sync :arrows_counterclockwise: your branch with upstream!
1 change: 1 addition & 0 deletions packages/web-push/lib/main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// This is the main page