We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d831b5 + 48c3f34 commit 89c3057Copy full SHA for 89c3057
.github/workflows/sponsors.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
+ if: ${{ github.repository == 'jesseduffield/lazygit' }}
11
steps:
12
- name: Checkout 🛎️
13
uses: actions/checkout@v4
@@ -16,7 +17,6 @@ jobs:
16
17
with:
18
token: ${{ secrets.SPONSORS_TOKEN }}
19
file: "README.md"
- if: ${{ github.repository == 'jesseduffield/lazygit' }}
20
21
- name: Create Pull Request 🚀
22
uses: peter-evans/create-pull-request@v6
@@ -26,3 +26,4 @@ jobs:
26
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
27
labels: "ignore-for-release"
28
delete-branch: true
29
+ draft: always-true
0 commit comments