Skip to content

Commit

Permalink
patch(feat): octo-event-listeners | new library for event common even…
Browse files Browse the repository at this point in the history
…t listeners.
  • Loading branch information
rash805115 committed Jul 27, 2024
1 parent 9904dea commit 1d6e211
Show file tree
Hide file tree
Showing 9 changed files with 1,461 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/manual-release.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Build
run: ./node_modules/.bin/nx run-many -t build -p @quadnix/octo @quadnix/octo-aws-cdk @quadnix/octo-build
run: ./node_modules/.bin/nx run-many -t build -p @quadnix/octo @quadnix/octo-aws-cdk @quadnix/octo-build @quadnix/octo-event-listeners
- env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
name: Version & Changelog
Expand All @@ -54,6 +54,9 @@ jobs:
jq -S '. + (input|{bugs, homepage, keywords, license, repository})' packages/octo-build/package.json package.json > out.json
mv out.json packages/octo-build/package.json
cp README.md packages/octo-build/README.md
jq -S '. + (input|{bugs, homepage, keywords, license, repository})' packages/octo-event-listeners/package.json package.json > out.json
mv out.json packages/octo-event-listeners/package.json
cp README.md packages/octo-event-listeners/README.md
- env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Build
run: ./node_modules/.bin/nx run-many -t build -p @quadnix/octo @quadnix/octo-aws-cdk @quadnix/octo-build
run: ./node_modules/.bin/nx run-many -t build -p @quadnix/octo @quadnix/octo-aws-cdk @quadnix/octo-build @quadnix/octo-event-listeners
- name: Unit Tests
run: npm test
2 changes: 2 additions & 0 deletions dictionary.dic
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Ipv
ispec
jsonc
len
loglayer
lstat
mdx
mnt
Expand All @@ -67,6 +68,7 @@ noreply
octo
octo's
octob
pino
polyrepo
postbuild
prettierrc
Expand Down
Loading

0 comments on commit 1d6e211

Please sign in to comment.