Skip to content

Commit

Permalink
feat: test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
japananh committed Jan 18, 2024
1 parent e1abaf2 commit 0295cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Auto Assign
on: [push, pull_request]
jobs:
add-reviewers-assignees:
permissions: write-all
name: Auto Add Reviewer and Assignees
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: '.github/auto_assign.yml' # Only needed if you use something other than .github/auto_assign.yml
configuration-path: '.github/auto_assign.yml' # Only needed if you use something other than .github/auto_assign.yml
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
After extensively using Notion for tech notes, I've recently transitioned to a GitHub repo. This shift allows me to enjoy the process more, enrich my GitHub profile, and showcase my efforts, as GitHub tracks and visually represents all activities.

[Check it out!](https://github.com/japananh/TIL/issues)

Test GitHub action!!!

0 comments on commit 0295cd4

Please sign in to comment.