Skip to content

Commit

Permalink
update pull request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay authored Sep 1, 2024
1 parent 8e5a1b7 commit 3390f05
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Pull Request from Backend
on:
push:
branches-ignore:
- main

permissions:
contents: write
branches:
- update*

jobs:
auto-pull-request:
Expand All @@ -17,8 +14,8 @@ jobs:
with:
title: Update from backend
body: This is an automated pull request from the backend.
branch: ${{ github.ref }}
branch: ${{ github.ref_name }}
assignees: sinaatalay, Klingler98
base: main
git-token: ${{ secrets.TOKEN }}
token: ${{ secrets.TOKEN }}

0 comments on commit 3390f05

Please sign in to comment.