Skip to content

Commit

Permalink
Add action job
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Oct 1, 2024
1 parent 233cd7f commit 498c278
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/refresh-journal-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,17 @@ jobs:
branch: update-mathscinet
title: "[Bot] Update MathSciNet Journal abbreviation list"
commit-message: "Update MathSciNet journal abbreviation list"
update-ubc:
name: Update UBC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install beautifulsoup4 requests
- run: python scripts/update_ubc.py
- uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: update-ubc
title: "[Bot] Update UBC Journal abbreviation list"
commit-message: "Update UBC journal abbreviation list"

0 comments on commit 498c278

Please sign in to comment.