Skip to content

Commit

Permalink
Revert "feature: Introduce upgrade workflow (#95)"
Browse files Browse the repository at this point in the history
This reverts commit 3a3b722.

Github does not fully support creating PRs from workflows, as those PRs
will not in turn run workflows required for verifying them.
  • Loading branch information
antonagestam committed Dec 4, 2024
1 parent 3a3b722 commit 2c0b8fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 73 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/bump.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/upgrade.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion goose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ hooks:
environment: python
command: check-jsonschema
read_only: true
args: ["--builtin-schema", "vendor.github-workflows", "--verbose"]
args: ["--builtin-schema", "vendor.github-workflows"]
types: [yaml]
limit:
- "^.github/workflows/"

0 comments on commit 2c0b8fe

Please sign in to comment.