Skip to content

Commit

Permalink
Remove kodiak and enable github auto-merge (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Mar 12, 2021
1 parent b9c2804 commit 6931fde
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 32 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@ updates:
schedule:
interval: "daily"
versioning-strategy: widen
labels:
- "dependencies"
- "automerge"
- "php"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
labels:
- "dependencies"
- "automerge"
- "github_actions"
4 changes: 1 addition & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.ACCESS_TOKEN }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -28,7 +26,7 @@ jobs:
- name: Create pull-request
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACCESS_TOKEN }}
commit-message: "Generate changelog"
branch: ci-generate-changelog
base: 'master'
Expand Down
18 changes: 0 additions & 18 deletions .kodiak.toml

This file was deleted.

7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- changelog-linker -->

## Unreleased
## [0.2.0] - 2021-03-01

### Removed

- [#2] Remove redundant docblock annotations

## [0.0.1]
## [0.0.1] - 2021-02-09

### Changed

- [#1] Bump actions/cache from v2 to v2.1.4

[#1]: https://github.com/laravel-interaction/bookmark/pull/1
[#2]: https://github.com/laravel-interaction/bookmark/pull/2
[#1]: https://github.com/laravel-interaction/bookmark/pull/1
[0.2.0]: https://github.com/laravel-interaction/bookmark/compare/0.0.1...0.2.0

0 comments on commit 6931fde

Please sign in to comment.