diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5fd79cd..0410982 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ ## Please make sure to check the following tasks before opening and submitting a PR -- [ ] I understand and have followed the [contribution guide](https://github.com/revoltchat/.github/blob/master/.github/CONTRIBUTING.md) +- [ ] I understand and have followed the [contribution guide](https://developers.revolt.chat/contrib.html) - [ ] I have tested my changes locally and they are working as intended diff --git a/workflows/triage_issue.yml b/workflows/triage_issue.yml index ecc69f5..a544f24 100644 --- a/workflows/triage_issue.yml +++ b/workflows/triage_issue.yml @@ -6,6 +6,7 @@ on: jobs: track_issue: + if: github.repository_owner == 'revoltchat' runs-on: ubuntu-latest steps: - name: Get project data diff --git a/workflows/triage_pr.yml b/workflows/triage_pr.yml index 3010d2e..a95b653 100644 --- a/workflows/triage_pr.yml +++ b/workflows/triage_pr.yml @@ -6,6 +6,7 @@ on: jobs: track_pr: + if: github.repository_owner == 'revoltchat' runs-on: ubuntu-latest steps: - name: Get project data