From 469635371f35efc36237f3a5288ed79b6dcd2d00 Mon Sep 17 00:00:00 2001 From: Dean Tarisai Date: Tue, 23 Jul 2024 15:10:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20ci(.github):=20removed=20redunda?= =?UTF-8?q?ngt=20workflows=20and=20edited=20auto=20comment=20for=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/discord-notifier.yml | 0 .github/workflows/issue.yml | 7 ++++++- .github/workflows/stale.yml | 26 -------------------------- .github/workflows/take.yml | 20 -------------------- 4 files changed, 6 insertions(+), 47 deletions(-) delete mode 100644 .github/workflows/discord-notifier.yml delete mode 100644 .github/workflows/stale.yml delete mode 100644 .github/workflows/take.yml 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 }}