Skip to content

Commit

Permalink
Merge pull request #16 from MOderkerk/development
Browse files Browse the repository at this point in the history
development
  • Loading branch information
MOderkerk committed Feb 5, 2022
2 parents 5d0814c + ddd3c4d commit 936505a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 24 deletions.
29 changes: 7 additions & 22 deletions .github/workflows/maven-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,25 +83,10 @@ jobs:
with:
java-version: 11
- name: Changelog
uses: glennawatson/ChangeLog@v1
id: changelog

- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.MY_GITHUBKEY }}
commit-message: Update report
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: master
delete-branch: false
title: 'Automatic Pull Request'
body: |
${{ steps.Changelog.outputs.changelog }}
labels: |
automated pr
draft: false


uses: glennawatson/ChangeLog@v1.1
id: changelog
- name: Create PR
uses: "smartinspereira/auto-create-pr-action@master"
env:
PULL_REQUEST_BODY: ${{steps.Changelog.outputs.changelog}}
GITHUB_TOKEN: ${{ secrets.MY_GITHUBKEY }}
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
- name: Approve
uses: hmarr/auto-approve-action@v2
with:
github-token: ${{ secrets.MY_GITHUBKEY }}
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [2022] [Marco Oderkerk]
Copyright 2022 Marco Oderkerk

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# EmailValidationService
Small rest api for validating an email address
xxx

0 comments on commit 936505a

Please sign in to comment.