This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
apextests:trigger --validatepackagecoverage Reports error when overall package coverage is sufficient #200
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: issue-automation-initial-labeller | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
automate-issues-labels: | |
runs-on: ubuntu-latest | |
steps: | |
- name: apply initial label | |
uses: andymckay/labeler@master | |
with: | |
add-labels: "analysis" |