Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2326 from comit-network/release/0.7.2
Browse files Browse the repository at this point in the history
Release version 0.7.2
  • Loading branch information
bonomat authored Mar 26, 2020
2 parents d11346b + f1070ea commit 5ecac64
Show file tree
Hide file tree
Showing 127 changed files with 4,207 additions and 3,669 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/trigger-sync-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Sync labels

on:
repository_dispatch:
types:
- sync-labels

jobs:
sync:
runs-on: ubuntu-latest
name: Sync labels from coblox/admin
steps:
- name: Download label file
env:
REPO_TOKEN: ${{ secrets.GITHUB_REPO_TOKEN }}
run: |
curl --header "Authorization: token ${REPO_TOKEN}" \
--header 'Accept: application/vnd.github.v3.raw' \
--location 'https://api.github.com/repos/coblox/admin/contents/.github/labels.yml' \
--output labels.yml
# For debug purposes
ls; cat labels.yml
- name: Sync label locally
uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: labels.yml
9 changes: 0 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ pull_request_rules:
actions:
comment:
message: "bors r+"
- name: recreate dependabot PRs with merge conflicts
conditions:
- "status-success=ci/circleci: debug-build-test"
- "author=dependabot-preview[bot]"
- conflict
- label!=no-mergify
actions:
comment:
message: "@dependabot recreate"
- name: Delete branch if the pull request is merged
conditions:
- merged
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.2] - 2020-03-26

## [0.7.1] - 2020-03-12

### Fixed
Expand Down Expand Up @@ -109,7 +111,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Move config files to standard location based on platform (OSX, Windows, Linux).
- Align implementation with RFC-002 to use the decision header instead of status codes.

[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.7.1...HEAD
[Unreleased]: https://github.com/comit-network/comit-rs/compare/0.7.2...HEAD

[0.7.2]: https://github.com/comit-network/comit-rs/compare/0.7.1...0.7.2

[0.7.0]: https://github.com/comit-network/comit-rs/compare/0.7.0...0.7.1

Expand Down
Loading

0 comments on commit 5ecac64

Please sign in to comment.