.github/workflows/depup.yml gelöscht
Some checks failed
release / release (push) Waiting to run
release / release-check (push) Waiting to run
reviewdog / runner / shellcheck (push) Waiting to run
reviewdog / runner / hadolint (push) Waiting to run
Test / quoted_version (push) Waiting to run
Test / test (push) Waiting to run
Test / needless_prefix (push) Waiting to run
Test / not_semver (push) Waiting to run
Test / tagged_version (push) Waiting to run
Docker Image CI / build (push) Has been cancelled
Some checks failed
release / release (push) Waiting to run
release / release-check (push) Waiting to run
reviewdog / runner / shellcheck (push) Waiting to run
reviewdog / runner / hadolint (push) Waiting to run
Test / quoted_version (push) Waiting to run
Test / test (push) Waiting to run
Test / needless_prefix (push) Waiting to run
Test / not_semver (push) Waiting to run
Test / tagged_version (push) Waiting to run
Docker Image CI / build (push) Has been cancelled
This commit is contained in:
45
.github/workflows/depup.yml
vendored
45
.github/workflows/depup.yml
vendored
@@ -1,45 +0,0 @@
|
||||
name: depup
|
||||
on:
|
||||
schedule:
|
||||
- cron: '14 14 * * *'
|
||||
workflow_dispatch:
|
||||
push: # for testing
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
reviewdog:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./with-pr
|
||||
with:
|
||||
file: testdata/testfile
|
||||
version_name: REVIEWDOG_VERSION
|
||||
repo: reviewdog/reviewdog
|
||||
labels: demo
|
||||
|
||||
redpen:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./with-pr
|
||||
with:
|
||||
file: testdata/testfile
|
||||
version_name: REDPEN_VERSION
|
||||
repo: redpen-cc/redpen
|
||||
tag_prefix: redpen-
|
||||
labels: demo
|
||||
|
||||
themis:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./with-pr
|
||||
id: depup
|
||||
with:
|
||||
file: testdata/testfile
|
||||
version_name: THEMIS_VERSION
|
||||
repo: thinca/vim-themis
|
||||
tag: true
|
||||
labels: demo
|
||||
Reference in New Issue
Block a user