Skip to content

Commit

Permalink
Peer review management: Add a github action checking pull requests fo…
Browse files Browse the repository at this point in the history
…r use of non get_config() theme settings references, resolves #257.
  • Loading branch information
abias committed Feb 11, 2024
1 parent 1994e2f commit adf48b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ jobs:
if: ${{ always() }}
run: moodle-plugin-ci phpcs --max-warnings 0

- name: Boost Union Code Checker
uses: JJ/github-pr-contains-action@releases/v10
with:
github-token: ${{github.token}}
diffDoesNotContain: "theme->settings->"

- name: Moodle PHPDoc Checker
if: ${{ always() }}
run: moodle-plugin-ci phpdoc --max-warnings 0
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ moodle-theme_boost_union
Changes
-------

### Unreleased

* 2024-02-11 - Peer review management: Add a github action checking pull requests for use of non get_config() theme settings references, resolves #257.

### v4.3-r5

* 2024-01-20 - Improvement: Add a side entrance login page for local logins if the local login form is disabled on the standard login page, resolves #539.
Expand Down

0 comments on commit adf48b6

Please sign in to comment.