Skip to content

Commit 0be23fc

Browse files
committed
update workflows
1 parent 069c94d commit 0be23fc

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,22 @@ information about that script.
1515
| [`push_data_to_ccos`][push_to_ccos] | Generates various pages with dynamic data on [CC Open Source][ccos] |
1616
| [`sync_community_team`][sync_team] | Syncs all Community Team memberships with corresponding memberships in GitHub teams |
1717

18+
[norm]: normalize_repos/
19+
[push_to_ccos]: push_data_to_ccos/
20+
[ccos]: httpe://opensource.creativecommons.org/
21+
[sync_team]: sync_community_team/
22+
1823

1924
## Workflows
2025

2126
| Workflow Name/Status | YML File Name | Workflow Purpose |
2227
| -------------------- | ------------- | ---------------- |
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][active_sprint] and [Vocabulary Planning][vocab_planning] |
28+
| [![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 new Vocabulary issues to [Vocabulary In Progress][vocab_in_progress] |
2429
| [![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] |
2530
| [![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] |
2631
| [![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] |
32+
| [![Track new issues in backlog][b5]][l5] | [`track_backlog.yml`][track_backlog] | Runs hourly at 45 minutes past every hour UTC and add community PRs to [Active Sprint][active_sprint] and new issues to [Backlog Pending Review][backlog_pending] |
33+
2734

2835
[b1]: https://github.com/creativecommons/ccos-scripts/actions/workflows/add_community_pr.yml/badge.svg
2936
[l1]: https://github.com/creativecommons/ccos-scripts/actions/workflows/add_community_pr.yml
@@ -33,18 +40,17 @@ information about that script.
3340
[l3]: https://github.com/creativecommons/ccos-scripts/actions/workflows/push_data_to_ccos.yml
3441
[b4]: https://github.com/creativecommons/ccos-scripts/actions/workflows/sync_community_team.yml/badge.svg
3542
[l4]: https://github.com/creativecommons/ccos-scripts/actions/workflows/sync_community_team.yml
36-
37-
[norm]: normalize_repos/
38-
[push_to_ccos]: push_data_to_ccos/
39-
[ccos]: httpe://opensource.creativecommons.org/
40-
[sync_team]: sync_community_team/
43+
[b5]: https://github.com/creativecommons/ccos-scripts/actions/workflows/track_backlog.yml/badge.svg
44+
[l5]: https://github.com/creativecommons/ccos-scripts/actions/workflows/track_backlog.yml
4145

4246
[community_pr_yml]: .github/workflows/add_community_pr.yml
43-
[active_sprint]: https://github.com/orgs/creativecommons/projects/7
44-
[vocab_planning]: https://github.com/orgs/creativecommons/projects/13
47+
[vocab_in_progress]: https://github.com/orgs/creativecommons/projects/13
4548
[norm_pr_yml]: .github/workflows/normalize_repos.yml
4649
[push_ccos_yml]: .github/workflows/push_data_to_ccos.yml
4750
[sync_team_yml]: .github/workflows/sync_community_team.yml
51+
[community_pr_yml]: .github/workflows/track_backlog.yml
52+
[active_sprint]: https://github.com/orgs/creativecommons/projects/7
53+
[backlog_pending]: https://github.com/orgs/creativecommons/projects/10
4854

4955

5056
## :robot: Automation Authorship

0 commit comments

Comments
 (0)