Skip to content

Commit

Permalink
ci(sync-dev-branch): remove [skip ci] keyword from merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 18, 2023
1 parent 5fbccc2 commit 06e02c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ labels:
sync: true # remove label if match failed, default: false (pull_request/issue only)
matcher:
# Matcher will match on any 8 matchers
title: "chore(git): merge `main` into `dev` [skip ci]"
title: "chore(git): merge `main` into `dev`"
2 changes: 1 addition & 1 deletion .github/workflows/sync-dev-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "main"
TO_BRANCH: "dev"
PULL_REQUEST_TITLE: "chore(git): merge `main` into `dev` [skip ci]"
PULL_REQUEST_TITLE: "chore(git): merge `main` into `dev`"
CONTENT_COMPARISON: true
PULL_REQUEST_AUTO_MERGE_METHOD: "merge"

1 comment on commit 06e02c2

@vercel
Copy link

@vercel vercel bot commented on 06e02c2 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.