Update format.yml
This commit is contained in:
parent
ad4edac3b4
commit
3fa43282fc
|
@ -27,6 +27,15 @@ jobs:
|
||||||
COMMIT_MESSAGE: 'Formatted playlists'
|
COMMIT_MESSAGE: 'Formatted playlists'
|
||||||
PULL_REQUEST_BRANCH: bot-patch
|
PULL_REQUEST_BRANCH: bot-patch
|
||||||
PULL_REQUEST_TITLE: '[Bot] Format playlists'
|
PULL_REQUEST_TITLE: '[Bot] Format playlists'
|
||||||
PULL_REQUEST_LABELS: automerge
|
PULL_REQUEST_LABELS: formatted
|
||||||
PULL_REQUEST_BODY: >
|
PULL_REQUEST_BODY: >
|
||||||
This pull request is auto-generated by GitHub action.
|
This pull request is auto-generated by GitHub action.
|
||||||
|
automerge:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: format
|
||||||
|
steps:
|
||||||
|
- name: automerge
|
||||||
|
uses: pascalgn/automerge-action@f84dd310ea4a19890c70a4ff11ab282a872fb94b
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
LABELS: "formatted"
|
||||||
|
|
Loading…
Reference in New Issue