diff --git a/.github/settings.yml b/.github/settings.yml index d4ef15e..f6b3b48 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,5 +1,5 @@ # These settings are synced to GitHub by https://github.com/github/safe-settings - +--- repository: allow_auto_merge: true allow_merge_commit: false @@ -30,9 +30,11 @@ branches: bypass_pull_request_allowances: apps: - renovate - users: [] - teams: [] - dismissal_restrictions: {} + users: + teams: + dismissal_restrictions: + users: + teams: required_status_checks: enforce_admins: true restrictions: diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 04197ae..4792bc7 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -1,16 +1,17 @@ +--- name: Linting on: push: branches: - main - - "renovate/**" + - renovate/** pull_request: jobs: linting: runs-on: ubuntu-latest steps: - - uses: UCL-MIRSG/.github/actions/linting@74b8380a4515702d37a8d0aff5e6411ddb4fd221 # v0.47.0 + - uses: UCL-MIRSG/.github/actions/linting@fa984de2f3f5eee75114b90fc721a96e57f33562 # v0.50.0 with: pre-commit-config: ./.pre-commit-config.yaml diff --git a/.github/workflows/manage-projects.yml b/.github/workflows/manage-projects.yml index 382288b..9417459 100644 --- a/.github/workflows/manage-projects.yml +++ b/.github/workflows/manage-projects.yml @@ -1,3 +1,4 @@ +--- name: Manage issues on the projects board on: @@ -9,7 +10,7 @@ jobs: add-issue-to-project: runs-on: ubuntu-latest steps: - - uses: UCL-MIRSG/.github/actions/add-to-project@74b8380a4515702d37a8d0aff5e6411ddb4fd221 # v0.47.0 + - uses: UCL-MIRSG/.github/actions/add-to-project@fa984de2f3f5eee75114b90fc721a96e57f33562 # v0.50.0 with: app-id: ${{ secrets.APP_ID }} app-pem: ${{ secrets.APP_PEM }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5944a5e..6229528 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,6 @@ +--- repos: - repo: https://github.com/UCL-MIRSG/.github - rev: v0.47.0 + rev: v0.50.0 hooks: - id: mirsg-hooks