forked from hashicorp/consul-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create an Issue Context Bot (hashicorp#1047)
- Loading branch information
Thomas Eckert
authored
Feb 23, 2022
1 parent
f50dce3
commit cd11d47
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Issue Context Bot | ||
|
||
on: | ||
issues: | ||
types: transferred | ||
|
||
jobs: | ||
add-context: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
steps: | ||
- uses: wow-actions/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
issuesTransferred: | | ||
"Hi @{{ author }}, | ||
It looks like your issue has been transferred to the Consul on Kubernetes repository. | ||
If your issue is a question or bug report, there is some additional context that will | ||
help us solve your issue. Please reply with the following information if it is not | ||
included in your original issue: | ||
- the [Helm values](https://www.consul.io/docs/k8s/helm) you used to install Consul | ||
on Kubernetes | ||
- the version of Consul on Kubernetes used | ||
- the version of Kubernetes you are using | ||
- if you installed Consul on Kubernetes using Helm or the Consul-K8s CLI" |