Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardnorth/service-merge-validate
A service to validate and merge pull requests from GitHub Actions
https://github.com/hardnorth/service-merge-validate
actions github merge validate
Last synced: 21 days ago
JSON representation
A service to validate and merge pull requests from GitHub Actions
- Host: GitHub
- URL: https://github.com/hardnorth/service-merge-validate
- Owner: HardNorth
- License: apache-2.0
- Created: 2020-07-07T07:42:03.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-25T07:02:21.000Z (over 3 years ago)
- Last Synced: 2023-08-12T10:22:51.428Z (over 1 year ago)
- Topics: actions, github, merge, validate
- Language: Java
- Homepage:
- Size: 718 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# service-merge-validate
A service to validate and merge pull requests from GitHub Actions![CI Build](https://github.com/HardNorth/service-merge-validate/workflows/CI%20Build/badge.svg)
### Create service account
The service needs the following permissions:
- `Cloud Datastore User` role
- `Secret Manager` permissions:
- secretmanager.secrets.get
- secretmanager.secrets.create
- secretmanager.versions.access
- secretmanager.versions.add### Build
```none
./mvnw package
```### Deploy
```none
gcloud functions deploy service-merge-validate \
--entry-point=io.quarkus.gcp.functions.http.QuarkusHttpFunction \
--runtime=java11 --trigger-http --source=target/deployment --allow-unauthenticated \
--service-account={your_service_account}
```### Set URLs in Github app
- Homepage
- Callback