Revert "Test codeowner wflw herald (#142)" (#143)

This reverts commit 3115b8a313.
This commit is contained in:
John Demme 2020-10-12 18:22:35 -07:00 committed by GitHub
parent 3115b8a313
commit b78ee1f9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 55 deletions

View File

@ -1,21 +0,0 @@
name: "Assign reviewers"
on:
pull_request:
# types: [ ready_for_review ]
branches: [ master ]
jobs:
assign_reviewer:
name: Assign reviews
runs-on: ubuntu-latest
steps:
- name: apply-herald-rules
id: herald
uses: gagoar/use-herald-action@v2.2.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
rulesLocation: codeowners/*.json
DEBUG: '*'
- name: Store response payload to file
run: echo '${{ fromJSON(steps.herald.outputs.appliedRules) }}'

View File

@ -1,21 +0,0 @@
# GitHub code owners definitions
# We're managing code reviews / ownership as specified in the LLVM Code Owners
# Policy (https://llvm.org/docs/DeveloperPolicy.html#code-owners).
# Specifically, the owner is not necessarily responsible for the review itself
# just ensuring the it is appropriately reviewed.
---
'**/Dialect/RTL/**':
- teqdruid
# you can set multiple reviewers
'.github/**/*.yml':
- teqdruid
# Dialect/FIRRTL @lattner
# Dialect/RTL @lattner
# Dialect/SV @lattner
# Dialect/Handshake @hanchenye @stephenneuendorffer
# Dialect/StaticLogic @hanchenye @stephenneuendorffer
# Dialect/LLHD @fabianschuiki

View File

@ -1,6 +0,0 @@
{
"name": "Add John to any github config PR",
"includes": [".github/*"],
"action": "review",
"users": ["teqdruid"]
}

View File

@ -1,6 +0,0 @@
{
"name": "Add code owner for triage",
"includes": ["**/Dialect/RTL/**"],
"action": "review",
"users": ["teqdruid"]
}

View File

@ -22,7 +22,6 @@ struct RTLModulePortInfo {
StringAttr name;
Type type;
StringAttr direction;
Type t2;
};
// typedef std::tuple<StringAttr, Type, StringAttr> RTLModulePortInfo;