mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 12:32:37 +00:00
Adjust cron timer to be 1 hour after kinoite-nvidia, add release bot and github.com/apps/pull config
This commit is contained in:
parent
bd85373f67
commit
35d12d59ad
6
.github/pull.yml
vendored
Normal file
6
.github/pull.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: "1"
|
||||||
|
rules:
|
||||||
|
- base: main
|
||||||
|
upstream: ublue-os:main
|
||||||
|
mergeMethod: merge
|
||||||
|
mergeUnstable: false
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 23 * * *' # 11:00pm everyday
|
- cron: '20 21 * * *' # 9:20pm everyday
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
14
.github/workflows/conventional-commits.yml
vendored
Normal file
14
.github/workflows/conventional-commits.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Conventional Commits
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Conventional Commits
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- uses: webiny/action-conventional-commits@v1.1.0
|
13
.github/workflows/release-please.yml
vendored
Normal file
13
.github/workflows/release-please.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
name: release-please
|
||||||
|
jobs:
|
||||||
|
release-please:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: google-github-actions/release-please-action@v3
|
||||||
|
with:
|
||||||
|
release-type: node
|
||||||
|
package-name: release-please-action
|
Loading…
x
Reference in New Issue
Block a user