mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
2
.github/pr-labeler.yml
vendored
2
.github/pr-labeler.yml
vendored
@ -48,5 +48,3 @@
|
|||||||
|
|
||||||
'pkg: ui':
|
'pkg: ui':
|
||||||
- packages/ui/**
|
- packages/ui/**
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/first-interaction.yml
vendored
2
.github/workflows/first-interaction.yml
vendored
@ -26,4 +26,4 @@ jobs:
|
|||||||
issue-message: |
|
issue-message: |
|
||||||
Thank you for opening your first issue and for being a part of the open signing revolution!
|
Thank you for opening your first issue and for being a part of the open signing revolution!
|
||||||
<br /> One of our team members will review it and get back to you as soon as it possible 💚
|
<br /> One of our team members will review it and get back to you as soon as it possible 💚
|
||||||
<br /> Meanwhile, please feel free to hop into our community in [Discord](https://documen.so/discord)
|
<br /> Meanwhile, please feel free to hop into our community in [Discord](https://documen.so/discord)
|
||||||
|
|||||||
2
.github/workflows/issue-opened.yml
vendored
2
.github/workflows/issue-opened.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
|||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
labels: ["needs triage"]
|
labels: ["needs triage"]
|
||||||
})
|
})
|
||||||
|
|||||||
2
.github/workflows/pr-labeler.yml
vendored
2
.github/workflows/pr-labeler.yml
vendored
@ -17,4 +17,4 @@ jobs:
|
|||||||
- uses: actions/labeler@v4
|
- uses: actions/labeler@v4
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
sync-labels: ""
|
sync-labels: ""
|
||||||
|
|||||||
2
.github/workflows/semantic-pull-requests.yml
vendored
2
.github/workflows/semantic-pull-requests.yml
vendored
@ -41,4 +41,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
header: pr-title-lint-error
|
header: pr-title-lint-error
|
||||||
message: |
|
message: |
|
||||||
Thank you for following the naming conventions for pull request titles! 💚🚀
|
Thank you for following the naming conventions for pull request titles! 💚🚀
|
||||||
|
|||||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -23,5 +23,3 @@ jobs:
|
|||||||
close-issue-message: 'This issue has been closed because of inactivity.'
|
close-issue-message: 'This issue has been closed because of inactivity.'
|
||||||
close-pr-message: 'This PR has been closed because of inactivity.'
|
close-pr-message: 'This PR has been closed because of inactivity.'
|
||||||
exempt-pr-labels: 'WIP, on-hold, needs review'
|
exempt-pr-labels: 'WIP, on-hold, needs review'
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user