Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #818

Merged
merged 27 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ac04078
deps: bump pydantic from 1.10.12 to 2.8.2 in /data/src
dependabot[bot] Jul 18, 2024
0b4d6ff
Merge pull request #788 from CodeForPhilly/dependabot/pip/data/src/st…
nlebovits Jul 18, 2024
06974ef
add quickstart checklist to contributing guide
nlebovits Jul 18, 2024
96067dc
Merge pull request #789 from CodeForPhilly/lebovits/issu634-contribut…
nlebovits Jul 18, 2024
c049ccc
remove redundant language
nlebovits Jul 18, 2024
080fdef
Merge pull request #790 from CodeForPhilly/lebovits/issu634-contribut…
nlebovits Jul 18, 2024
fd534c2
add semantic release and release drafter configs
nlebovits Jul 19, 2024
36ff2ed
Merge pull request #792 from CodeForPhilly/lebovits/issu767-automate-…
nlebovits Jul 19, 2024
80eb153
Lebovits/issu791 automate pr mgmt (#795)
nlebovits Jul 19, 2024
8bc984a
Lebovits/fix dependabot (#803)
nlebovits Jul 19, 2024
82f1bef
deps: bump @typescript-eslint/parser from 7.3.1 to 7.16.1 (#799)
dependabot[bot] Jul 19, 2024
e8ea9b8
deps: bump slack-sdk from 3.28.0 to 3.31.0 in /data/src (#800)
dependabot[bot] Jul 19, 2024
6c5a7e4
deps: bump framer-motion from 10.18.0 to 11.3.8 (#804)
dependabot[bot] Jul 19, 2024
dc99371
fix dependabot (bad pr practice, ik)
nlebovits Jul 19, 2024
d6601b4
deps: bump pandas from 2.1.4 to 2.2.2 in /data/src (#805)
dependabot[bot] Jul 19, 2024
2cf2883
deps: bump postcss from 8.4.29 to 8.4.39 (#806)
dependabot[bot] Jul 19, 2024
96d5a02
fix issue with node version, release drafter github token (#809)
nlebovits Jul 19, 2024
a64b927
deps: bump the all-npm group with 16 updates (#808)
dependabot[bot] Jul 19, 2024
9f2effb
fix eslint, prettier conflicts (#811)
nlebovits Jul 19, 2024
c6c121b
quick fixes due to npm formatting (#812)
nlebovits Jul 19, 2024
6cad1ee
Staging (#807)
nlebovits Jul 19, 2024
c8c20f9
Resolved merge conflicts between staging and main
nlebovits Jul 19, 2024
db17355
Test release (#814)
nlebovits Jul 19, 2024
6d12773
Test release drafter (#815)
nlebovits Jul 19, 2024
bef8281
Merge branch 'main' into staging
nlebovits Jul 19, 2024
e7dec1a
temporarily disble workflows until working (#817)
nlebovits Jul 19, 2024
cd24b38
Merge branch 'main' into staging
nlebovits Jul 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Release Drafter

on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize, edited, closed]
workflow_dispatch:
# on:
# push:
# branches:
# - main
# pull_request:
# types: [opened, reopened, synchronize, edited, closed]
# workflow_dispatch:

jobs:
update_release_draft:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release

on:
push:
branches:
- main
workflow_dispatch:
# on:
# push:
# branches:
# - main
# workflow_dispatch:

jobs:
release:
Expand Down
Loading