0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
dependabot[bot]
996d1d91eb Bump actions/labeler from 4 to 5
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 17:46:28 +01:00
Ilithy
e29b3dccbb
Informations in Labeler Action (#116) 2022-10-05 08:30:58 +02:00
Ilithy
07ac54376d
Update PR labeler (#114) 2022-10-01 23:16:42 +02:00
Ilithy
6d9761dbe2
Basic PR labeler (#113)
here is a "basic" labeler

It labels the PRs of:

- modifications of language files (strings.xml): adds the label "Ongoing translation"

- internal files ("Core" label)
when editing files in the `app/src/main/java/com/trianguloy/urlchecker`
folder and all its subfolders

- Adds the "Github" label when modifying files in the `.github` folder
and subfolders

- Adds the label "Assets" when modifying files in the
`app/src/main/assets` folder and its subfolders

- Adds the label "Store file" when modifying files in the
`app/src/main/play` folder and its subfolders

- Adds the label "Gradle wrapper" when modifying files in the `gradle`
folder and its subfolders

Co-authored-by: TrianguloY <correo--correo@hotmail.com>
2022-10-01 23:00:24 +02:00