This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
while creating a scratch org is it possible to have your managed and unmanged packages in your pooled orgs > #175
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" |