Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sdkman/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sdkman/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: skip-bot-issue-comments
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on May 14, 2026

  1. fix: skip triage notifications when chloe41427[bot] comments

    When chloe41427[bot] closes an issue with a comment, GitHub fires an
    issue_comment event that the reusable triage workflow forwards to the
    maintainer's Discord DM. Those bot-authored close comments are not worth
    notifying on — they are the bot acting on its own decisions.
    
    Add a guard to the notify step so it skips when the event is
    issue_comment AND the sender is chloe41427[bot]. Other event types from
    the bot (e.g. pull_request) are left untouched.
    chloe41427[bot] committed May 14, 2026
    Configuration menu
    Copy the full SHA
    bfde15b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    681856e View commit details
    Browse the repository at this point in the history
  3. style: reformat triage notify guard across multiple lines

    Use a YAML folded scalar so the secrets gate and the bot-skip guard each
    sit on their own line, which is easier to read than a single long
    expression.
    Chloé
    Chloé committed May 14, 2026
    Configuration menu
    Copy the full SHA
    310c7bb View commit details
    Browse the repository at this point in the history
Loading