Fix moodle coding style in example for delegated transactions #994
Workflow file for this run
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 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" |