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: 11 months 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 (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-20T18:42:10.000Z (over 1 year ago)
- Last Synced: 2025-04-02T10:44:31.101Z (about 1 year ago)
- Topics: actions, github, merge, validate
- Language: Java
- Homepage:
- Size: 628 KB
- Stars: 0
- Watchers: 1
- 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

### 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