Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions workflows/triage_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
track_issue:
if: github.repository_owner == 'revoltchat'
runs-on: ubuntu-latest
steps:
- name: Get project data
Expand Down
1 change: 1 addition & 0 deletions workflows/triage_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
track_pr:
if: github.repository_owner == 'revoltchat'
runs-on: ubuntu-latest
steps:
- name: Get project data
Expand Down