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
on: | |
issues: | |
types: [opened, edited] | |
permissions: | |
issues: write | |
contents: read | |
jobs: | |
first-interaction: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jamestrousdale/[email protected] | |
id: gen | |
with: | |
app-id: '363587' | |
private-key: ${{ secrets.APP_KEY }} | |
- uses: actions/[email protected] | |
with: | |
repo-token: ${{ steps.gen.outputs.token }} | |
issue-message: |- | |
Hello @${{github.actor}} :wave: | |
We really appreciate you taking the time to report this issue, please double check your issue to make sure you are clear and concise in your description. This will help us to help you as quickly as possible. | |
We'd like to ask you be patient and we will get back to you as soon as we can. | |
In the meantime, take a look at our [FAQs](https://github.com/ciderapp/Cider-2/tree/main?tab=readme-ov-file#faq) which may answer your question. | |
Thanks again and we hope you enjoy the app! :smiley: | |
auto-labeler: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jamestrousdale/[email protected] | |
id: gen | |
with: | |
app-id: '363587' | |
private-key: ${{ secrets.APP_KEY }} | |
- uses: github/[email protected] | |
with: | |
repo-token: ${{ steps.gen.outputs.token }} | |
configuration-path: .github/labeler.yml | |
enable-versioned-regex: 0 | |
sync-labels: 1 | |
include-title: 1 | |
add-to-project: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jamestrousdale/[email protected] | |
id: gen | |
with: | |
app-id: '363587' | |
private-key: ${{ secrets.APP_KEY }} | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/ciderapp/projects/5 | |
github-token: ${{ steps.gen.outputs.token }} | |
labeled: bug, needs-triage | |
label-operator: OR |