Skip to content

Commit

Permalink
revert(workflow): auto-assign PR author (#1392)
Browse files Browse the repository at this point in the history
Motivation
----------
 #1388 was the third PR that ran into a complexity of
 `pull_request_target`: Since the `root.yml` workflow would run on the
 base branch where the changes to `auto-assign` was not present, the
 new workflow was not tested.

How to test
-----------
1. We need admin powers to merge this, as it will turn red
2. After merge, new PRs should be green again

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
  • Loading branch information
roschaefer and Elweyn authored Jul 11, 2024
1 parent bcde6d3 commit 4f5dbfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/auto_assign.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ permissions:
statuses: write

jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: '.github/auto-assign.yml'

main:
name: Validate PR title
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4f5dbfd

Please sign in to comment.