Skip to content

Song Skipping Bug

Song Skipping Bug #366

Workflow file for this run

on:
issues:
types: [opened, edited]
permissions:
issues: write
contents: read
jobs:
first-interaction:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_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: github/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
sync-labels: 1
include-title: 1
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/ciderapp/projects/5
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: bug, needs-triage
label-operator: OR