Skip to content

Minor support info wording updates for 4.1, 4.0, 3.11, and 3.9 #707

Minor support info wording updates for 4.1, 4.0, 3.11, and 3.9

Minor support info wording updates for 4.1, 4.0, 3.11, and 3.9 #707

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"