Skip to content

Commit

Permalink
Merge branch 'MDAnalysis:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tushdemort authored Mar 22, 2023
2 parents a08b881 + cf8d5ce commit 7634ffd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- develop
pull_request:
pull_request_target:
branches:
- develop

Expand All @@ -14,6 +14,22 @@ concurrency:
group: "${{ github.ref }}-${{ github.head_ref }}-${{ github.workflow }}"
cancel-in-progress: true

permissions:
# try to lock things down as much as possible
actions: read
checks: read
contents: read
deployments: read
discussions: read
id-token: none
issues: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read

defaults:
run:
shell: bash -l {0}
Expand All @@ -24,6 +40,8 @@ jobs:
github.repository == 'MDAnalysis/mdanalysis' &&
github.event_name == 'pull_request'
runs-on: ubuntu-latest
permissions:
pull-requests: write
defaults:
run:
shell: bash
Expand Down

0 comments on commit 7634ffd

Please sign in to comment.