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.
1 parent 265b712 commit 9ff3a78Copy full SHA for 9ff3a78
3 files changed
.github/workflows/release-branch.yml
@@ -7,11 +7,10 @@ on:
7
type: choice
8
description: Choose release type
9
options:
10
- - auto
11
- patch
12
- minor
13
- major
14
- default: auto
+ default: patch
15
beta:
16
type: boolean
17
description: Prerelease
.github/workflows/run-ci.yml
@@ -3,9 +3,9 @@ name: Continuous integration
3
on:
4
pull_request:
5
branches:
6
- - "*"
- - "*/*"
- - "**"
+ - "!sponsors"
+ push:
+ branches:
- "!sponsors"
permissions:
.github/workflows/update-sponsor-block.yml
@@ -51,7 +51,7 @@ jobs:
51
branch: sponsors
52
delete-branch: true
53
commit-message: "chore(sponsor): update sponsor block"
54
- title: "[Chore] Update sponsor block"
+ title: "chore(docs): update sponsor block"
55
body: |
56
**New sponsor block update:**
57
${{ env.CONTENT }}
0 commit comments