Skip to content

Commit

Permalink
Merge pull request #1 from IvanKuchin/development
Browse files Browse the repository at this point in the history
add GitHub actions
  • Loading branch information
IvanKuchin authored Apr 25, 2023
2 parents 83fe654 + e7a9d2b commit c4cfe4d
Show file tree
Hide file tree
Showing 12 changed files with 648 additions and 1 deletion.
75 changes: 75 additions & 0 deletions .github/actions/release-drafter/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
labels:
- 'infrastructure'
- 'automation'
- 'documentation'
- 'code refinement'
- title: '🏎 Performance'
label: 'performance'
- title: '🛡 Security'
label: 'security'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
- 'breaking'
minor:
labels:
- 'enhancement'
- 'feature'
patch:
labels:
- 'bug'
- 'bugfix'
- 'fix'
- 'maintenance'
- 'documentation'
- 'code refinement'
- 'infrastructure'
- 'performance'
- 'security'
default: patch
autolabeler:
- label: 'breaking'
title:
- '/breaking/i'
- label: 'enhancement'
title:
- '/enhancement/i'
- '/feature/i'
- label: 'bugfix'
title:
- '/fix/i'
- '/bug/i'
- '/regression/i'
- label: 'infrastructure'
title:
- '/infrastructure/i'
- label: 'documentation'
title:
- '/doc/i'
- label: 'code refinement'
title:
- '/refine/i'
- '/clean/i'
- label: 'performance'
title:
- '/perf/i'
- label: 'security'
title:
- '/security/i'
template: |
# Changelog ...
$CHANGES
7 changes: 7 additions & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
^\Qsrc/pd/include/ajax_anyrole.h\E$
^\Qsrc/pd/include/approver.h\E$
^\Qsrc/pd/include/company.h\E$
^\Qsrc/pd/include/companylogouploader.h\E$
^\Qsrc/pd/include/complain.h\E$
^\Qsrc/pd/include/cron_daily_pd.h\E$
^\Qsrc/pd/include/subcontractor.h\E$
Loading

0 comments on commit c4cfe4d

Please sign in to comment.