Skip to content

Commit

Permalink
CI: Automatic commits should only add files modified by "make spec xd…
Browse files Browse the repository at this point in the history
…ata"
  • Loading branch information
badlop committed Nov 6, 2024
1 parent 301a2f7 commit 51b6ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
if: matrix.otp == 26 && github.event_name == 'push'
with:
add_options: '-u'
file_pattern: 'include/*.hrl src/*.erl'
commit_message: Automatic changes "make spec xdata"

cover:
Expand Down
2 changes: 1 addition & 1 deletion src/xmpp.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{vsn, "1.9.0"},
{modules, []},
{registered, []},
{applications, [erl_tidy, erl_tidy, asn1, compiler, kernel, public_key, stdlib, syntax_tools,
{applications, [asn1, compiler, kernel, public_key, stdlib, syntax_tools,
idna,
ezlib, fast_tls, fast_xml, p1_utils, stringprep]},
{mod, {xmpp, []}},
Expand Down

0 comments on commit 51b6ce3

Please sign in to comment.