Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/requests-2.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephasafg authored Aug 5, 2024
2 parents 04ab7af + c08604d commit 7a2a517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/semantic-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@ concurrency:
cancel-in-progress: true

on:
pull_request:
pull_request_target:
types:
- opened
- edited
- reopened
jobs:
semantic-pr:
permissions: write-all
runs-on: ubuntu-20.04
timeout-minutes: 1
steps:
- name: Semantic pull-request
uses: amannn/action-semantic-pull-request@v5.0.2
uses: amannn/action-semantic-pull-request@v5.5.2
with:
requireScope: false
wip: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

on: [push]
on: [push, pull_request]

env:
POETRY_VERSION: "1.4.2"
Expand Down

0 comments on commit 7a2a517

Please sign in to comment.