Skip to content

Commit

Permalink
[Tool] actions info update for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
dulong41 committed Nov 15, 2022
1 parent f5513e9 commit 6d176d2
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-approve-label.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: add-approve-label
name: label

on:
workflow_run:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/add-doc-label.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: label

on:
pull_request_target:
types:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cherrypick-check.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: cherrypick

on:
pull_request_target:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/clang-tidy-check.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: code-check

on:
pull_request_target:
types: [labeled]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/enable-automerge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: pr-state

on:
pull_request_target:
types:
- labeled

jobs:
enable-automerge:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/java-codestyle-check.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: code-check

on:
pull_request_target:
types:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mark-issue-pr-stale.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: cron-job

on:
schedule:
- cron: "0 11 * * 1"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: document
on:
pull_request:
types:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: title-check

on:
pull_request_target:
types:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-admit-test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: testing

on:
pull_request_target:
types: [synchronize, labeled, reopened]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sonarcloud-be-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: code-check

on:
pull_request:
types: [labeled]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sonarcloud-fe-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: code-check

on:
push:
branches:
Expand Down

0 comments on commit 6d176d2

Please sign in to comment.