Skip to content

Commit

Permalink
comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
micsza committed Nov 29, 2023
1 parent 471f104 commit d677f91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


# `automerge` label is attached iff there is exactly one file changed by steward and this file belongs to a
# whitelist specified by `labeler.yml`
label:
name: Attach automerge label
# only for PRs by softwaremill-ci
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rebase-cmd-dispatch.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# On any comment, it will look for '/rebase' in the comment body and in case of hit, it dispatches rebase cmd
# with event type 'rebase-command' which triggers 'rebase-command` WF that performs the rebase operation.
name: Slash Command Dispatch
on:
issue_comment:
Expand Down

0 comments on commit d677f91

Please sign in to comment.