.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

This commit is contained in:
2024-06-24 19:09:12 +02:00
parent 17c1df99e4
commit 306cafc4e9

View File

@@ -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