Skip to content

Commit

Permalink
Update Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Sep 19, 2024
1 parent f428690 commit a62b162
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
File renamed without changes.
16 changes: 16 additions & 0 deletions .github/workflows/pr_approval.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto approve
on:
pull_request:
types:
- opened
branches:
- "master"

jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dansheps'
steps:
- uses: hmarr/auto-approve-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:

build:
name: Build Distribution
name: Build Distribution for PyPI
runs-on: ubuntu-latest
environment: release
steps:
Expand Down

0 comments on commit a62b162

Please sign in to comment.