Skip to content

Commit

Permalink
Create an Issue Context Bot (hashicorp#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eckert authored Feb 23, 2022
1 parent f50dce3 commit cd11d47
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/issue-context-bot.yml
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"

0 comments on commit cd11d47

Please sign in to comment.