vesoft-inc/Auto Merge Approved Pull Request
Auto merge approved pull request if maintainer comments /merge.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| send-to-dingtalk-group | Boolean. Set to true if it needs to send merge info to ding talk group. If true then dingtalk-access-token and dingtalk-secret are required. | no | false |
| dingtalk-access-token | Dingtalk bot access token. | no | "" |
| dingtalk-secret | Dingtalk secret. | — | "" |
| maintainer-team-name | Name of maintainer team. | yes | — |
| gh-token | Github token. | yes | — |
| ci-command | The command to use for running test. | no | — |
Outputs
| name | description |
|---|---|
| merge-info | Final merge info. |
| error-log | Error log if build failed with the command passed in inputs. |
| pass-log | Log if build passed with the command passed in inputs. |
| merged | Boolean, true if any pr merged. |