minor github actions yml formatting

This commit is contained in:
Joey Orlando 2024-06-13 13:43:21 -04:00
parent b411b92d1c
commit d032a4f909
No known key found for this signature in database
GPG key ID: 469E88366B17F644
8 changed files with 15 additions and 8 deletions

View file

@ -1,9 +1,11 @@
name: Run commands when issues are labeled
"on":
on:
issues:
types: [labeled]
pull_request:
types: [labeled]
jobs:
main:
runs-on: ubuntu-latest

View file

@ -1,6 +1,6 @@
name: On issue creation
"on":
on:
issues:
types:
- opened

View file

@ -1,12 +1,13 @@
name: "Publish Technical Documentation (next)"
"on":
on:
push:
branches:
- "main"
paths:
- "docs/sources/**"
workflow_dispatch:
jobs:
test:
runs-on: "ubuntu-latest"

View file

@ -1,6 +1,6 @@
name: "Publish Technical Documentation (release)"
"on":
on:
push:
branches:
- "release-*"
@ -9,6 +9,7 @@ name: "Publish Technical Documentation (release)"
paths:
- "docs/sources/**"
workflow_dispatch:
jobs:
test:
runs-on: "ubuntu-latest"

View file

@ -1,5 +1,6 @@
name: "Triage stale pull requests"
"on":
on:
schedule:
- cron: "30 1 * * *"

View file

@ -1,8 +1,10 @@
name: Update `make docs` procedure
"on":
on:
schedule:
- cron: "0 7 * * 1-5"
workflow_dispatch:
jobs:
main:
if: github.repository == 'grafana/oncall'

View file

@ -1,6 +1,6 @@
name: Verify public documentation updated
"on":
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:

View file

@ -1,6 +1,6 @@
name: Verify Release Label Added
"on":
on:
pull_request:
types:
- opened