Skip to content

Commit

Permalink
[GHA] Set author of PRs created by scheduled jobs to Enzyme bot
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored and mofeing committed Jan 2, 2025
1 parent f7e361e commit d903ec6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/format-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Format 'main'

on:
schedule:
- cron: '0 0 * * *'
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
branch: format-main
delete-branch: true
labels: format
author: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>
- name: Check outputs
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/regenerate-mlir-bindings.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Regenerate MLIR Bindings

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
make:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -57,6 +59,7 @@ jobs:
title: 'Regenerate MLIR Bindings'
branch: regenerate-mlir-bindings
delete-branch: true
author: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>
- name: Check outputs
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
Expand Down

0 comments on commit d903ec6

Please sign in to comment.