Skip to content

Commit

Permalink
Merge pull request #31 from nathanielvarona/security/update-dependenc…
Browse files Browse the repository at this point in the history
…ies-via-poetry-lock

Update Dependencies via Poetry Lock
  • Loading branch information
nathanielvarona authored Apr 26, 2024
2 parents 20764ed + a3df9e2 commit 1e36516
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 179 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Merge Request Labeler
on:
pull_request:
types: [opened]
types: [opened, synchronize]

jobs:
pr-labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: micnncim/action-label-syncer@v1
- uses: TimonVS/pr-labeler-action@v4
- uses: TimonVS/pr-labeler-action@v5
5 changes: 4 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ on:

jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 1e36516

Please sign in to comment.