diff --git a/.github/workflows/discord-notifier.yml b/.github/workflows/discord-notifier.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index b3bceeba..4c52d313 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -25,4 +25,9 @@ jobs: To claim an issue, please leave a comment that says ".take". If you have any questions, feel free to ping a maintainer. - # For full info on how to contribute, please check out our [contributors guide](https://github.com/xml-wizard/huetiful/blob/main/CONTRIBUTING.md). + For full info on how to contribute, please check out the [contributors guide](https://github.com/prjctimg/huetiful/blob/main/CONTRIBUTING.md). + + ##### Quick checklist after creating an issue + - [ ] Link issue to respective project + - [ ] Add appropiate labels to issue + - [ ] Add milestones and link PRs (if any) \ No newline at end of file diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index d108a9f7..00000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,26 +0,0 @@ -# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. -# -# You can adjust the behavior by modifying this file. -# For more information, see: -# https://github.com/actions/stale -name: Mark stale issues and pull requests - -on: - schedule: - - cron: '00 00 * * 0' - -jobs: - stale: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - - steps: - - uses: actions/stale@v5 - with: - repo-token: ${{ secrets.GH_PAT }} - stale-issue-message: 'Stale issue message' - stale-pr-message: 'Stale pull request message' - stale-issue-label: 'no-issue-activity' - stale-pr-label: 'no-pr-activity' diff --git a/.github/workflows/take.yml b/.github/workflows/take.yml deleted file mode 100644 index eac96409..00000000 --- a/.github/workflows/take.yml +++ /dev/null @@ -1,20 +0,0 @@ -# .github/workflows/take.yml -name: Assign issue to contributor -on: - issue_comment: - -jobs: - assign: - name: Take an issue - runs-on: ubuntu-latest - permissions: - issues: write - steps: - - name: take the issue - uses: bdougie/take-action@v1.6.1 - with: - issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. - blockingLabels: needs triage,blocked,core team work,needs design,duplicate - blockingLabelsMessage: The issue you are trying to assign yourself is blocked until it can be triaged by a maintainer. - trigger: .take - token: ${{ secrets.GH_PAT }}