mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
Raise sponsors PRs as a draft (#4694)
See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#workarounds-to-trigger-further-workflow-runs
This commit is contained in:
3
.github/workflows/sponsors.yml
vendored
3
.github/workflows/sponsors.yml
vendored
@@ -7,6 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'jesseduffield/lazygit' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -16,7 +17,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.SPONSORS_TOKEN }}
|
token: ${{ secrets.SPONSORS_TOKEN }}
|
||||||
file: "README.md"
|
file: "README.md"
|
||||||
if: ${{ github.repository == 'jesseduffield/lazygit' }}
|
|
||||||
|
|
||||||
- name: Create Pull Request 🚀
|
- name: Create Pull Request 🚀
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v6
|
||||||
@@ -26,3 +26,4 @@ jobs:
|
|||||||
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
|
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
|
||||||
labels: "ignore-for-release"
|
labels: "ignore-for-release"
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
draft: always-true
|
||||||
|
|||||||
Reference in New Issue
Block a user