Skip to content

Commit

Permalink
chore(ci): Operation when pr is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 committed Sep 19, 2024
1 parent 97083cc commit 6b4cd46
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ignorePatterns:
- '**/dist/.*'
- '**/coverage/.*'
- '*.json'
- '*.md'

parser: '@typescript-eslint/parser'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/send-relevant-notifications-action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Send Relevant comment
on:
push:
branches:
- main
pull_request:
types: [closed]

permissions:
pull-requests: write
issues: write

jobs:
version:
if: github.event.pull_request.merged == true
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist/
node_modules/
coverage/
*.md
13 changes: 13 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b4cd46

Please sign in to comment.