github/workflows: rename and group
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: 'Pull Request Labeler'
|
||||
name: Automate area labels
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# on a review from someone in the reviewers group, remove the awaiting-review label and add the awaiting-author label
|
||||
name: 'goalie: run cron'
|
||||
name: Automate review labels - scheduled
|
||||
on:
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# When the target of the PR changes, open, re-open or sync, then re-add the label.
|
||||
|
||||
name: 'goalie: update awaiting-review label'
|
||||
name: Automate review labels
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: 'Stale workflow'
|
||||
name: Automate staleness
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name: Automatically add new TechDocs Issues and PRs to the GitHub project board
|
||||
name: Automate TechDocs project board
|
||||
# Development of TechDocs in Backstage is managed by this Kanban board - https://github.com/orgs/backstage/projects/1
|
||||
# New issues and PRs with TechDocs in their title or docs-like-code label will be added to the board.
|
||||
# Caveat: New PRs created from forks will not be added since GitHub Actions don't share credentials with forks.
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name: Deploy Microsite and Storybook
|
||||
name: Deploy Microsite
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Nightly Snapshot Release
|
||||
name: Deploy Nightly Release
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Main Master Build
|
||||
name: Deploy Packages
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Prettier
|
||||
name: Sync code formatting
|
||||
|
||||
on:
|
||||
push:
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name: 'Dependabot changeset maker'
|
||||
name: Sync Dependabot changeset
|
||||
on:
|
||||
pull_request_target:
|
||||
paths:
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name: 'Snyk Github Issue Sync'
|
||||
name: Sync Snyk GitHub issues
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Snyk Monitoring
|
||||
name: Sync Snyk Monitoring
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Changeset
|
||||
name: Sync Version Packages PR
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# You may wish to alter this file to override the set of languages analyzed,
|
||||
# or to provide custom queries or build logic.
|
||||
name: 'CodeQL'
|
||||
name: Verify CodeQL
|
||||
|
||||
on:
|
||||
push:
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name: Check Markdown files quality
|
||||
name: Verify Docs Quality
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Techdocs E2E Test
|
||||
name: E2E Test Techdocs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Tugboat E2E Tests
|
||||
name: E2E Test Tugboat
|
||||
on: deployment_status
|
||||
jobs:
|
||||
set-pending:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: FOSSA
|
||||
name: Verify FOSSA
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name: Build microsite
|
||||
name: Verify Microsite
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name: 'test chromatic'
|
||||
name: Verify Storybook
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Master Build Windows
|
||||
name: Verify Master Branch on Windows
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
Reference in New Issue
Block a user