forked from LegendSumeet/eventapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: auto-assign and corrected files
closes LegendSumeet#38
- Loading branch information
1 parent
b70f8f5
commit dbccdf4
Showing
4 changed files
with
56 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
**Description** | ||
|
||
closes # | ||
<<<<<<< Updated upstream | ||
closes # | ||
======= | ||
<!-- Example: Closes #31 --> | ||
|
||
Closes # | ||
|
||
# Description👨💻 | ||
|
||
<!--Please include a summary of the change and which issue is fixed.List any dependencies that are required for this change.--> | ||
|
||
# Type of change📄 | ||
|
||
<!--Please delete options that are not relevant--> | ||
|
||
- [] Bug fix (non-breaking change which fixes an issue) | ||
- [] New feature (non-breaking change which adds functionality) | ||
|
||
# Checklist✅ | ||
|
||
- [] My code follows the style guidelines of this project | ||
- [] I have performed a self-review of my own code | ||
- [] I have added demonstration in the form of GIF/video file | ||
- [] I am an Open Source Contributor | ||
|
||
# Screenshots/GIF📷 | ||
>>>>>>> Stashed changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Auto Author Assign | ||
|
||
on: | ||
pull_request_target: | ||
types: [opened, reopened] | ||
|
||
permissions: | ||
pull-requests: write | ||
|
||
jobs: | ||
assign-author: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: toshimaru/auto-author-assign@v2.1.0 |