@@ -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