Skip to content

Commit

Permalink
Merge PR #4610 from @nasbench - Update Workflow
Browse files Browse the repository at this point in the history
chore: use different branch names in workflows that uses the "create-pr" action to avoid override
  • Loading branch information
nasbench authored Dec 1, 2023
1 parent af37ad5 commit 64c79b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ref-archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
reviewers: nasbench, frack113, phantinuss
delete-branch: true
branch: 'create-pull-request/reference-archiver'
commit-message: 'chore: archive new rule references and update cache file'
title: 'Archive New Rule References'
body: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sigma-rule-promoter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
reviewers: nasbench, frack113, phantinuss
delete-branch: true
commit-message: 'chore: promote older rules status from `experimental` to `test`'
branch: 'create-pull-request/rule-promotion'
title: 'Promote Older Rules From `experimental` to `test`'
body: |
### Summary of the Pull Request
Expand Down

0 comments on commit 64c79b9

Please sign in to comment.