Skip to content

Commit

Permalink
Merge pull request #39 from micronaut-projects/sync-files-master
Browse files Browse the repository at this point in the history
[hibernate-validator] Update common files for branch master
  • Loading branch information
alvarosanchez authored Jul 9, 2020
2 parents ecf2ebd + 78df289 commit f9002d4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
25 changes: 25 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# These settings are synced to GitHub by https://probot.github.io/apps/settings/

# Extend from https://github.com/micronaut-projects/.github/blob/master/.github/settings.yml
_extends: .github

#repository:
# See https://developer.github.com/v3/repos/#edit for all available settings.

# Updates the default branch for this repository.
# default_branch: master


# Labels: define labels for Issues and Pull Requests, that are locally relevant to this repo.

#labels:
# - name: 'relates-to: caffeine'
# color: fbca04
# description: Relates to Caffeine


# Branch protection is enabled by default. Uncomment to disable

#branches:
# - name: master
# protection: null
21 changes: 0 additions & 21 deletions .github/workflows/label-sync.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_TOKEN }}
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK
uses: actions/setup-java@v1
Expand Down

0 comments on commit f9002d4

Please sign in to comment.