Skip to content

Commit 32eabea

Browse files
authored
Merge pull request #24 from sidequery/nicosuave/remove-vouch-issues
Remove vouch system and enable GitHub issues
2 parents 028b06b + 4382b2c commit 32eabea

12 files changed

Lines changed: 21 additions & 584 deletions

.github/DISCUSSION_TEMPLATE/vouch-request.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
blank_issues_enabled: false
2-
contact_links:
3-
- name: Features, Bug Reports, Questions
4-
url: https://github.com/ghostty-org/ghostty/discussions/new/choose
5-
about: Our preferred starting point if you have any questions or suggestions about configuration, features or behavior.
1+
blank_issues_enabled: true

.github/ISSUE_TEMPLATE/preapproved.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/VOUCHED.td

Lines changed: 0 additions & 133 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
skip:
1818
runs-on: ubuntu-24.04
1919
outputs:
20-
# 'true' when all changed files are non-code (e.g. only VOUCHED.td),
20+
# 'true' when all changed files are non-code,
2121
# signaling that all other jobs can be skipped entirely.
2222
skip: ${{ steps.determine.outputs.skip }}
2323
# Path-based filters to gate specific linter/formatter jobs.
@@ -38,7 +38,6 @@ jobs:
3838
filters: |
3939
code:
4040
- '**'
41-
- '!.github/VOUCHED.td'
4241
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
4342
id: filter_any
4443
with:

.github/workflows/vouch-check-issue.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/vouch-check-pr.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/vouch-manage-by-discussion.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/vouch-manage-by-issue.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/vouch-sync-codeowners.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)