Skip to content

Commit afc7d40

Browse files
authored
Drop labeler workflows (#5373)
no backporting is happening now, the only things going to stable-4.9 and stable-4.10 are dependency fixes, drop the labelers
1 parent 5ce4c51 commit afc7d40

File tree

4 files changed

+3
-72
lines changed

4 files changed

+3
-72
lines changed

.github/labeler.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/backported-labels.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/labeler.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Frontend for Ansible Hub and Galaxy. The backend for this project can be found at [ansible/galaxy\_ng](https://github.com/ansible/galaxy_ng/),
44
developer docs at [ansible.readthedocs.io](https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/), and an outdated wiki at [ansibe/galaxy\_ng wiki](https://github.com/ansible/galaxy_ng/wiki/Development-Setup).
5+
Also read [developer\_guidelines](./developer_guidelines.md).
56

67
The project is built on React & Patternfly, using components from [patternfly-react](https://github.com/patternfly/patternfly-react), with [lingui](https://github.com/lingui/js-lingui/) for l10n.
78

@@ -94,7 +95,6 @@ npm run cypress
9495

9596
List of all workflows:
9697

97-
- `backported-labels`: Add a backported-* label when a PR is backported to stable-*; on patchback merges
9898
- `cypress`: Run Cypress integration tests; on PRs, pushes and cron
9999
- `dev-release`: Build and upload to github releases, update `dev` tag; when master is updated
100100
- `i18n`: Extract and merge l10n strings; cron
@@ -103,8 +103,8 @@ List of all workflows:
103103

104104
List by branches:
105105

106-
- `master`: `backported-labels`, `cypress`, `dev-release`, `i18n`, `pr-checks`, `stable-release`
107-
- `stable-*`: `backported-labels`, `cypress`, `i18n` (via cron from master), `pr-checks`, `stable-release`
106+
- `master`: `cypress`, `dev-release`, `i18n`, `pr-checks`, `stable-release`
107+
- `stable-*`: `cypress`, `i18n` (via cron from master), `pr-checks`, `stable-release`
108108

109109

110110
## Version mapping

0 commit comments

Comments
 (0)