mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 01:15:49 +10:00
chore: updated workflow permissions and run conditions
Signed-off-by: Adithya Krishna <adi@documenso.com>
This commit is contained in:
@@ -13,9 +13,9 @@ permissions:
|
||||
jobs:
|
||||
welcome-message:
|
||||
name: Welcome Contributors
|
||||
if: github.repository == 'documenso/documenso' && github.event.action == 'opened'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
if: github.event.action == 'opened'
|
||||
steps:
|
||||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user