This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Picklist deploy resulting in "Cannot update or delete a picklist while a picklist background job is being executed" error #198
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" |