Skip to content

Commit

Permalink
Merge pull request #324 from mraniki/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
github-actions[bot] authored Oct 18, 2023
2 parents edb79a4 + 8247e91 commit d6b14e3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ⛙pr


on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
autopr:
uses: mraniki/coding_toolset/.github/workflows/⛙pr.yml.yml@main
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/👷Flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
needs: [build]
uses: mraniki/coding_toolset/.github/workflows/📦Release.yml@main
secrets: inherit
pr-merge:
needs: [build, test]
uses: mraniki/coding_toolset/.github/workflows/⛙Automerge.yml@main
secrets: inherit
# publish:
# needs: [release]
# uses: mraniki/coding_toolset/.github/workflows/🚚Publish.yml@main
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<table style="border: 1px solid transparent">
<tr>
<td>
Expand All @@ -20,7 +21,7 @@
</td>
<td align="left">
Find My order,<br>
a parsing package to find trading order
a parsing package to find trading order.
</td>
</tr>
</table>
Expand Down

0 comments on commit d6b14e3

Please sign in to comment.