This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Parallel apex retry doesn't handle error cases: 'Too many concurrent Apex compilations during resource mitigation' & 'LIMIT_EXCEEDED' #189
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" |