File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ component_management:
1616 threshold : 0 # Shouldn't remove coverage
1717 - type : patch
1818 target : 50 # Language specific featues must be 100% covered
19- flags :
20- - unit-tests
2119 - component_id : graph-sitter-typescript
2220 name : graph-sitter-typescript
2321 paths :
@@ -27,14 +25,10 @@ component_management:
2725 threshold : 0 # Shouldn't remove coverage
2826 - type : patch
2927 target : 50 # Language specific featues must be 100% covered
30- flags :
31- - unit-tests
3228 - component_id : graph-sitter-core
3329 name : graph-sitter-core
3430 paths :
3531 - src/graph_sitter/**
36- flags :
37- - unit-tests
3832
3933flag_management :
4034 default_rules :
Original file line number Diff line number Diff line change @@ -110,10 +110,3 @@ jobs:
110110 files : dist/*
111111 fail_on_unmatched_files : true
112112 generate_release_notes : ${{ startsWith(github.ref, 'refs/tags/') }}
113-
114- - name : Slack notification
115- if : always()
116- uses : ./.github/actions/release-slack-bot
117- with :
118- release-tag : ${{ inputs.release-tag || github.ref_name }}
119- slack-token : ${{ secrets.SLACK_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments