This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Parallel tests are failing while using command "sfpowerscripts apextests:trigger -l RunApexTestSuite --apextestsuite testsuite0 -u org_name #199
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" |