Skip to content

Commit 0612666

Browse files
committed
add status badges for worklfows
1 parent 8ca5082 commit 0612666

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,21 @@ information about that script.
1818

1919
## Workflows
2020

21-
| YML File Name | Workflow Purpose |
22-
| ------------------------------------------ | ---------------- |
23-
| [`add_community_pr.yml`][community_pr_yml] | Runs hourly at 5 minutes past every hour UTC and add community PRs to [Active Sprint – CC Search][active_sprint] and [Vocabulary Planning][vocab_planning] |
24-
| [`normalize_repos.yml`][norm_pr_yml] | Runs daily at 00:00 UTC and whenever someone pushes to master branch and uses [`normalize_repos`][norm] |
25-
| [`push_data_to_ccos.yml`][push_ccos_yml] | Runs daily at 00:00 UTC and whenever someone pushes to master branch and uses [`push_data_to_ccos`][push_to_ccos] |
26-
| [`sync_community_team.yml`][sync_team_yml] | Runs daily at 00:30 UTC and whenever someone pushes to master branch and uses [`sync_community_team`][sync_team] |
21+
| Workflow Name/Status | YML File Name | Workflow Purpose |
22+
| -------------------- | ------------- | ---------------- |
23+
| [![Add Community PRs to Project][b1]][l1] | [`add_community_pr.yml`][community_pr_yml] | Runs hourly at 5 minutes past every hour UTC and add community PRs to [Active Sprint – CC Search][active_sprint] and [Vocabulary Planning][vocab_planning] |
24+
| [![Normalize Repos][b2]][l2] | [`normalize_repos.yml`][norm_pr_yml] | Runs daily at 00:00 UTC and whenever someone pushes to master branch and uses [`normalize_repos`][norm] |
25+
| [![Push data to CC Open Source][b3]][l3] | [`push_data_to_ccos.yml`][push_ccos_yml] | Runs daily at 00:00 UTC and whenever someone pushes to master branch and uses [`push_data_to_ccos`][push_to_ccos] |
26+
| [![Sync Community Teams with GitHub][b4]][l4] | [`sync_community_team.yml`][sync_team_yml] | Runs daily at 00:30 UTC and whenever someone pushes to master branch and uses [`sync_community_team`][sync_team] |
27+
28+
[b1]: https://github.com/creativecommons/ccos-scripts/actions/workflows/add_community_pr.yml/badge.svg
29+
[l1]: https://github.com/creativecommons/ccos-scripts/actions/workflows/add_community_pr.yml
30+
[b2]: https://github.com/creativecommons/ccos-scripts/actions/workflows/normalize_repos.yml/badge.svg
31+
[l2]: https://github.com/creativecommons/ccos-scripts/actions/workflows/normalize_repos.yml
32+
[b3]: https://github.com/creativecommons/ccos-scripts/actions/workflows/push_data_to_ccos.yml/badge.svg
33+
[l3]: https://github.com/creativecommons/ccos-scripts/actions/workflows/push_data_to_ccos.yml
34+
[b4]: https://github.com/creativecommons/ccos-scripts/actions/workflows/sync_community_team.yml/badge.svg
35+
[l4]: https://github.com/creativecommons/ccos-scripts/actions/workflows/sync_community_team.yml
2736

2837
[norm]: normalize_repos/
2938
[push_to_ccos]: push_data_to_ccos/

0 commit comments

Comments
 (0)