Commit 2e42573
feat: Update events JSON file using GitHub Action (#247)
* feat: add script to update the events.json using connpass API
The script requires:
- jq
- curl
- connpass API key set as `CONNPASS_API_KEY`
* fix: use full path for env
* chore: add CI workflow to update the event data
* chore: update comment in workflow to make it explicit it run on Saturdays
* fix: YAML syntax
* fix: redid the workflow create-pull-request settings
* fix: run docker manually because of the create-pull-request expect git to be avaible
* chore: update events.json (#248)
Co-authored-by: RageZBla <1196871+RageZBla@users.noreply.github.com>
* fix: set the base branch for the pull request to main
* chore: revert events.json
* refactor: run the event update everyday
* refactor: directly commit and push to main
* fix: configure git user name and email
* fix: typo in CI script
* Update events.json
* fix: ref should be main
* chrore: update comment
Co-authored-by: Ann Kilzer キルザー杏 <4602369+ann-kilzer@users.noreply.github.com>
* Revert "fix: ref should be main"
This reverts commit ec5f5b2.
* Revert "fix: typo in CI script"
This reverts commit c3ba891.
* Revert "fix: configure git user name and email"
This reverts commit 45eeff6.
* Revert "refactor: directly commit and push to main"
This reverts commit eda4a75.
* refactor: auto-approve and auto-merge events pull request
Signed-off-by: Olivier Lechevalier <olivier.lechevalier@gmail.com>
* fix: add token to auto-approve and auto-merge github job
Signed-off-by: Olivier Lechevalier <olivier.lechevalier@gmail.com>
* fix: checkout main
Signed-off-by: Olivier Lechevalier <olivier.lechevalier@gmail.com>
* refactor: remove auto approval and merge for events workflow
Signed-off-by: Olivier Lechevalier <olivier.lechevalier@gmail.com>
* chore: resync the events.json
Signed-off-by: Olivier Lechevalier <olivier.lechevalier@gmail.com>
---------
Signed-off-by: Olivier Lechevalier <olivier.lechevalier@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: RageZBla <1196871+RageZBla@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ann Kilzer キルザー杏 <4602369+ann-kilzer@users.noreply.github.com>1 parent 47c41b7 commit 2e42573
1 file changed
Lines changed: 49 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
0 commit comments