aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2023-11-21 21:01:51 -0600
committerdannye <33dannye@gmail.com>2023-11-21 21:01:51 -0600
commit1ad7a6c341f3692a530c29f69ec0371ae61aaa86 (patch)
tree4dec19534fdcc5342e635c854074ca3f1f3223c8 /.github
parentMerge branch 'master' of https://github.com/pret/pokered (diff)
downloadpokeyellow-1ad7a6c341f3692a530c29f69ec0371ae61aaa86.tar.gz
pokeyellow-1ad7a6c341f3692a530c29f69ec0371ae61aaa86.tar.xz
pokeyellow-1ad7a6c341f3692a530c29f69ec0371ae61aaa86.zip
Don't list unidentified labels in webhook right now
Diffstat (limited to '.github')
-rwxr-xr-x.github/webhook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/webhook.sh b/.github/webhook.sh
index bd083aaf..70a219c9 100755
--- a/.github/webhook.sh
+++ b/.github/webhook.sh
@@ -2,7 +2,7 @@
set -e
# Report unnamed symbols
-content="$(tools/unnamed.py -r . -l 30 pokeyellow.sym | head)"
+content="$(tools/unnamed.py -r . pokeyellow.sym | head)"
curl -H 'Content-Type: application/json' -X POST "$DISCORD_WEBHOOK_URL" -d@- << EOF
{