Skip to content

Date Added Sorting isn't showing the correct order #490

Date Added Sorting isn't showing the correct order

Date Added Sorting isn't showing the correct order #490

Workflow file for this run

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.access-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.access-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 }}
- run: gh issue edit "$NUMBER" --add-project "Cider - Bug Reports"
env:
GH_TOKEN: ${{ steps.gen.outputs.access-token }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}