Skip to content

Commit

Permalink
Update CODEOWNERS (#7095)
Browse files Browse the repository at this point in the history
* Update CODEOWNERS

* Update issue_comment.yml
  • Loading branch information
rashil2000 authored Oct 28, 2021
1 parent d7c1884 commit f174be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/.github/workflows/ @Ash258
/.github/workflows/ @ScoopInstaller/maintainers
2 changes: 1 addition & 1 deletion .github/workflows/issue_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@main
- name: PullRequestHandler
uses: Ash258/Scoop-GithubActions@stable
if: startsWith(github.event.comment.body, '/verify') && contains(fromJSON('["r15ch13","rasa","Ash258"]'), github.event.comment.user.login)
if: startsWith(github.event.comment.body, '/verify')
env:
GITH_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f174be5

Please sign in to comment.