|
@@ -19,7 +19,7 @@ jobs:
|
|
|
uses: actions/checkout@v3.5.0
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
- ref: ${{ github.event.repository.default_branch }}
|
|
|
+ ref: rolling
|
|
|
|
|
|
- name: Generate contributors list
|
|
|
run: |
|
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
|
|
signoff: false
|
|
|
branch: workflow/update-contributors-list
|
|
|
- base: main
|
|
|
+ base: rolling
|
|
|
delete-branch: true
|
|
|
title: 'chore: update contributors-list'
|
|
|
body: |
|