MDL-83469 adding core_courseformat_new_module references #1116
Workflow file for this run
This file contains hidden or 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 labeller - New issues should be marked with 'needs-triage'" | |
| on: | |
| issues: | |
| types: | |
| - reopened | |
| - opened | |
| pull_request: | |
| types: | |
| - reopened | |
| - opened | |
| jobs: | |
| automate-issues-labels: | |
| # Only run on the canonical repository. | |
| if: github.repository == 'moodle/devdocs' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: initial labeling | |
| uses: andymckay/labeler@master | |
| with: | |
| add-labels: "needs-triage" |