Skip to content

Commit

Permalink
chore: change back to using development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Dec 1, 2023
1 parent 0f5639a commit 0d6bf9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
3 changes: 1 addition & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
- [ ] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard?
- [ ] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard?
- [ ] If you have a breaking change, is it [correctly reflected in your commit message](https://www.conventionalcommits.org/en/v1.0.0/#examples)? (e.g. `feat!: breaking change`)
- [ ] Did you run lint (`yarn lint:check`) and fix any issues? (`yarn lint:fix`)
- [ ] Is the base branch you're merging into `development` and not `main`?
- [ ] Did you run lint (`yarn lint:check`) and fix any issues? (`yarn lint:write`)
- [ ] Did you follow the [contribution guidelines](https://github.com/alchemyplatform/aa-sdk/blob/main/CONTRIBUTING.md)?
11 changes: 0 additions & 11 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@ on:
pull_request:

jobs:
# admins are still able to override this check if we need to merge something ASAP
check_branch:
name: "Enforce development branch"
runs-on: ubuntu-latest
steps:
- name: Check branch
if: github.base_ref == 'main' && github.head_ref != 'development'
run: |
echo "ERROR: You can only merge to main from development."
exit 1
enforce_title:
name: Enforce PR Title Format
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0d6bf9b

Please sign in to comment.