Skip to content

Commit

Permalink
Merge branch 'master' into convert-glycans
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry authored Aug 31, 2021
2 parents de8aab5 + 401c271 commit 0f0d014
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
working-directory: ./charmm

- name: CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2.0.3
with:
file: ./coverage.xml
flags: unittests
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### .github/workflows/dependabot_automerge.yml
### As of 2300 UTC on 11 March, this workflow has secrets and a read-write token
### https://github.com/dependabot/dependabot-core/issues/3253#issuecomment-852541544
name: Dependabot Workflow
on:
pull_request_target

permissions:
# down scope as necessary via https://docs.github.com/en/actions/reference/authentication-in-a-workflow#modifying-the-permissions-for-the-github_token

jobs:
do-stuff:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout
with:
ref: ${{ github.event.pull_request.head.sha }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0f0d014

Please sign in to comment.