mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 05:52:37 +00:00
Rename Github actions (#605)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: CI
|
name: add changelog / black formatting
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref }}
|
group: ${{ github.head_ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
@@ -18,10 +18,11 @@ on:
|
|||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
auto_changelog:
|
update:
|
||||||
name: changelog / black formatting
|
|
||||||
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
|
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: checkout fork
|
- name: checkout fork
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
Reference in New Issue
Block a user