Skip to content

Commit

Permalink
Feature/try to trigger actions pr (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Dec 2, 2022
2 parents d81737f + 94d6b24 commit 41771ca
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: python
- package-ecosystem: pip
directory: "/docs"
schedule:
interval: weekly
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/aggregate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- run: bash aggregate-repositories.sh ${{ inputs.repository }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
delete-branch: true
reviewers: neicnordic/sensitive-data-development-collaboration
labels: "automated pr"
author: neicnordic <neicnordic@users.noreply.github.com>
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-update.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Docs update auto-merge
on: pull_request
on: push

permissions:
contents: write
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Documentation Checks

on:
pull_request:
push:
branches:
- master
on: push

jobs:
build:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Spelling Errors Check

on:
pull_request:
push:
branches:
- master
on: push

jobs:
build:
Expand Down

0 comments on commit 41771ca

Please sign in to comment.