Skip to content

Commit 0c3abf8

Browse files
authored
Merge pull request #168 from n0th1ng-else/wf
2 parents 3b932b8 + 1788828 commit 0c3abf8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/browserlist.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@ jobs:
5555
# - user_info -> Your Display Name <[email protected]>
5656
# - github_actions -> github-actions <email associated with the github logo>
5757
# Default: github_actor
58-
default_author: github_actor
58+
default_author: github_actions
5959
message: 'perf(browserlist): Deliver the Browserslist DB update'
6060
pull: 'NO-PULL'
6161
push: origin ${{ env.GH_BROWSERLIST_BRANCH }} --force
62-
# - name: 🏗 Create Pull-Request into dist branch
63-
# if: steps.auto-commit.outputs.changes_detected == 'true'
64-
# uses: repo-sync/pull-request@v2
65-
# with:
66-
# pr_title: 'perf(browserlist): Deliver the Browserslist DB update'
67-
# pr_body: ':crown: *An automated PR from the Browserlist workflow*'
68-
# source_branch: ${{ env.GH_BROWSERLIST_BRANCH }}
69-
# destination_branch: ${{ env.GH_DEV_BRANCH }}
70-
# github_token: ${{ secrets.GITHUB_TOKEN }}
71-
#
62+
63+
- name: 🏗 Create Pull-Request into dist branch
64+
# if: steps.auto-commit.outputs.changes_detected == 'true'
65+
uses: repo-sync/pull-request@v2
66+
with:
67+
pr_title: 'perf(browserlist): Deliver the Browserslist DB update'
68+
pr_body: ':crown: *An automated PR from the Browserlist workflow*'
69+
source_branch: ${{ env.GH_BROWSERLIST_BRANCH }}
70+
destination_branch: ${{ env.GH_DEV_BRANCH }}
71+
github_token: ${{ secrets.GITHUB_TOKEN }}
7272
# - name: Log a message there is anything to commit
7373
# if: steps.auto-commit.outputs.changes_detected == 'true'
7474
# run: echo 'There is a browserlist update'

0 commit comments

Comments
 (0)