-
-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (34 loc) · 1.04 KB
/
devops-maturity.yml
File metadata and controls
38 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: DevOps Maturity Check
on:
push:
branches:
- main
paths:
- 'devops-maturity.yml'
pull_request:
paths:
- 'devops-maturity.yml'
workflow_dispatch:
jobs:
update-badges:
name: Update DevOps Maturity Badges
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run DevOps Maturity Action
uses: devops-maturity/devops-maturity-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: devops-maturity.yml
readme-path: README.md
pr-branch: chore/update-devops-maturity-badges
commit-message: 'chore: update devops-maturity badges'
pr-title: 'chore: update devops-maturity badges'
pr-body: |
Automated badge update generated by the
[devops-maturity-action](https://github.com/devops-maturity/devops-maturity-action)
based on changes to `devops-maturity.yml`.