Skip to content

Commit

Permalink
fixup! fixup! Create dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jul 5, 2021
1 parent e8c8dc1 commit 07a2d7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Github action schema validator
uses: nwisbeta/validate-yaml-schema@v1.0.3
with:
yamlSchemasJson: "{ \"https://json.schemastore.org/github-workflow\": [\"workflow-templates\"] }"
yamlSchemasJson: "{ \"https://json.schemastore.org/github-workflow\": [\"workflow-templates/*\"] }"
5 changes: 3 additions & 2 deletions workflow-templates/command-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ name: Automatic rebase

on:
issue_comment:
types: [created]
types: created

jobs:
rebase:
name: Rebase
# On pull requests and if the comment starts with `/rebase`
if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
runs-on: false

steps:
- name: Add reaction on start
Expand All @@ -34,3 +34,4 @@ jobs:
uses: cirrus-actions/rebase@1.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 07a2d7a

Please sign in to comment.