Skip to content

Commit

Permalink
Merge pull request #22 from nexoscreator/dev
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
nexoscreator authored Jul 17, 2024
2 parents b9fd5b7 + cec63c0 commit 4eb9bdf
Show file tree
Hide file tree
Showing 11 changed files with 4,412 additions and 75 deletions.
16 changes: 8 additions & 8 deletions app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
# The list of events the GitHub App subscribes to.
# Uncomment the event names below to enable them.
default_events:
# - check_run
# - check_suite
# - commit_comment
- check_run
- check_suite
- commit_comment
- create
# - delete
# - deployment
# - deployment_status
- deployment
- deployment_status
# - fork
# - gollum
- issue_comment
- issues
# - label
- label
# - milestone
# - member
# - membership
Expand All @@ -38,9 +38,9 @@ default_events:
- pull_request
- pull_request_review
- pull_request_review_comment
# - push
- push
- release
# - repository
- repository
# - repository_import
# - status
# - team
Expand Down
Loading

0 comments on commit 4eb9bdf

Please sign in to comment.