Meshtastic-Android/.github/workflows
James Rich 9a3daa9e26 fix: replace actions/labeler with inline script to eliminate rate limiting
actions/labeler@v6 fetches the PR via API on every run, which silently
fails with 'Could not find pull request' when the installation rate
limit is exhausted. Replace it with an inline github-script that reads
the branch name directly from the event payload (zero API calls for
branch-name rules). The .github file-change check for the 'repo' label
is the only rule that needs an API call, and it's skipped when the
branch name already matches.

Also removes .github/labeler.yml which is no longer needed.
2026-04-09 12:22:44 -05:00
..
codeql.yml ci: Upgrade to JDK 21 and centralize CI configuration with new workflows (#4948) 2026-03-27 17:06:19 +00:00
create-or-promote-release.yml ci(github): add conditional desktop build to release workflows (#4938) 2026-03-26 15:03:27 -05:00
dependency-submission.yml ci: Upgrade to JDK 21 and centralize CI configuration with new workflows (#4948) 2026-03-27 17:06:19 +00:00
docs.yml ci: Upgrade to JDK 21 and centralize CI configuration with new workflows (#4948) 2026-03-27 17:06:19 +00:00
main-check.yml ci: refine workflow permissions and version parsing logic (#4922) 2026-03-26 01:16:22 +00:00
main-push-changelog.yml chore(ci): implement tiered GitHub Actions runner strategy (#4937) 2026-03-26 18:18:03 +00:00
merge-queue.yml chore(ci): implement tiered GitHub Actions runner strategy (#4937) 2026-03-26 18:18:03 +00:00
models_issue_triage.yml chore(ci): implement tiered GitHub Actions runner strategy (#4937) 2026-03-26 18:18:03 +00:00
models_pr_triage.yml chore(ci): implement tiered GitHub Actions runner strategy (#4937) 2026-03-26 18:18:03 +00:00
moderate.yml chore(ci): implement tiered GitHub Actions runner strategy (#4937) 2026-03-26 18:18:03 +00:00
post-release-cleanup.yml chore(ci): implement tiered GitHub Actions runner strategy (#4937) 2026-03-26 18:18:03 +00:00
pr_enforce_labels.yml fix: scope labeler trigger to opened/synchronize and fix bugfix typo 2026-04-09 12:22:44 -05:00
promote.yml chore(ci): implement tiered GitHub Actions runner strategy (#4937) 2026-03-26 18:18:03 +00:00
publish-core.yml ci: Upgrade to JDK 21 and centralize CI configuration with new workflows (#4948) 2026-03-27 17:06:19 +00:00
pull-request-target.yml fix: replace actions/labeler with inline script to eliminate rate limiting 2026-04-09 12:22:44 -05:00
pull-request.yml feat(ci): shard test suite and enable JUnit 5 parallel execution (#4977) 2026-04-03 13:08:49 +00:00
release.yml feat(ci): shard test suite and enable JUnit 5 parallel execution (#4977) 2026-04-03 13:08:49 +00:00
reusable-check.yml feat(ci): shard test suite and enable JUnit 5 parallel execution (#4977) 2026-04-03 13:08:49 +00:00
scheduled-updates.yml ci: Upgrade to JDK 21 and centralize CI configuration with new workflows (#4948) 2026-03-27 17:06:19 +00:00
stale.yml chore(ci): implement tiered GitHub Actions runner strategy (#4937) 2026-03-26 18:18:03 +00:00