-
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.
- Loading branch information
1 parent
04ddffa
commit 53b950a
Showing
5 changed files
with
77 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,9 @@ jobs: | |
|
||
- name: Configure date | ||
run: | | ||
YEAR=(date +%Y) | ||
YEAR=$(date +%Y) | ||
echo "YEAR=${YEAR}" >> $GITHUB_ENV | ||
MONTH=(LC_ALL=C date +%B) | ||
MONTH=$(LC_ALL=C date +%B) | ||
echo "MONTH=${MONTH}" >> $GITHUB_ENV | ||
- name: Setup python | ||
|
@@ -46,28 +46,17 @@ jobs: | |
|
||
- name: Run create table | ||
env: | ||
super_secret: ${{ secrets.OPENAI_API_KEY }} | ||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | ||
YEAR: ${{env.YEAR}} | ||
MONTH: ${{env.MONTH}} | ||
run: | | ||
source .venv/bin/activate | ||
poetry run python main.py | ||
- name: Create Pull Request | ||
id: cpr | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
token: ${{ secrets.PAT }} | ||
commit-message: Update report | ||
committer: GitHub <[email protected]> | ||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> | ||
signoff: false | ||
branch: ${{env.MONTH}}-${{env.YEAR}}-hiring-table | ||
commit-message: ${{env.MONTH}} ${{env.YEAR}} report | ||
title: ${{env.MONTH}} ${{env.YEAR}} report | ||
branch: ${{env.MONTH}}-${{env.YEAR}}-report | ||
delete-branch: true | ||
title: "${{env.MONTH}} ${{env.YEAR}} report" | ||
body: | | ||
Automated report for ${{env.MONTH}} ${{env.YEAR}} using GitHub Actions | ||
labels: | | ||
automated pr | ||
assignees: amber-williams | ||
reviewers: amber-williams | ||
milestone: 1 | ||
draft: false |
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,63 @@ | ||
name: Tests - Create Hacker News hiring table script | ||
on: | ||
push: | ||
branches: | ||
- aw_test_job | ||
|
||
jobs: | ||
create-table: | ||
runs-on: ubuntu-latest | ||
defaults: | ||
run: | ||
working-directory: ./ | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Configure date | ||
run: | | ||
YEAR=2024 | ||
echo "YEAR=${YEAR}" >> $GITHUB_ENV | ||
MONTH=December | ||
echo "MONTH=${MONTH}" >> $GITHUB_ENV | ||
- name: Setup python | ||
id: setup-python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.11 | ||
|
||
- name: Install Poetry | ||
uses: snok/install-poetry@v1 | ||
with: | ||
version: 1.6.1 | ||
virtualenvs-create: true | ||
virtualenvs-in-project: true | ||
|
||
- name: Load cached venv | ||
id: cached-poetry-dependencies | ||
uses: actions/cache@v2 | ||
with: | ||
path: .venv | ||
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }} | ||
|
||
- name: Install dependencies | ||
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' | ||
run: poetry install --no-interaction --no-root | ||
|
||
- name: Run create table | ||
env: | ||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | ||
YEAR: ${{env.YEAR}} | ||
MONTH: ${{env.MONTH}} | ||
run: | | ||
source .venv/bin/activate | ||
poetry run python main.py | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
commit-message: ${{env.MONTH}} ${{env.YEAR}} report | ||
title: ${{env.MONTH}} ${{env.YEAR}} report | ||
branch: ${{env.MONTH}}-${{env.YEAR}}-report | ||
delete-branch: true |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
| | salary | job title | company | company location | link to apply | remote | | ||
| - | ---------------------------------- | --------------------- | --------- | ---------------- | ------------- | ------ | | ||
| 0 | $150k-$225k base + generous equity | Sr. Software Engineer | Shortwave | San Francisco | | No | |