Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

test: add tea.yaml #2

Closed
wants to merge 14 commits into from
Closed
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
8 changes: 6 additions & 2 deletions .github/workflows/close-tea-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
jobs:
close-pr:
runs-on: ubuntu-latest

permissions:
issues: write
pull-requests: write

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -32,5 +37,4 @@ jobs:
uses: peter-evans/close-pull@v3
with:
pull-request-number: ${{ github.event.pull_request.number }}
comment: "This pull request has been automatically closed because it contains changes to `tea.yaml`, which is not allowed. Please contact the repository administrator for more information."
delete-branch: true
comment: This pull request has been automatically closed because it contains changes to tea.yaml, which is not allowed. Please contact the repository administrator for more information.
6 changes: 6 additions & 0 deletions tea.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# https://tea.xyz/what-is-this-file
---
version: 1.0.0
codeOwners:
- "0x1841767218F80Df36F40D02B6E37793cA777271D"
quorum: 1
Loading