discoverygarden/Config Workflow
Workflow to reconcile production config.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| client-id | The Jira project id for the client(Use uppercase). | — | — |
| repo | Repository name with owner. (owner/repo) | — | ${{ github.repository }} |
| head | Head branch to merge. | — | ${{ github.ref }} |
| base | Base branch to merge into. | — | ${{ github.event.repository.default_branch }} |
| labels | A comma seperated list of labels to add to the pull request. | — | prod auto pr,patch |
| jira-url | Base URL the Jira instance. | — | https://discoverygarden.atlassian.net/ |
| jira-user | Email of the Jira API user. | yes | — |
| jira-token | API token of the Jira API user. | yes | — |
| github-token | GitHub access token | — | ${{ github.token }} |
| slack-webhook | Optional Slack webhook URL to receive notifications. | yes | — |
Outputs
no outputs