Skip to content

Commit

Permalink
update pull-request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Sep 1, 2024
1 parent d02ab94 commit 7dab4ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ on:
push:
branches-ignore:
- master

permissions:
contents: write

jobs:
auto-pull-request:
name: Open Pull Request
runs-on: ubuntu-latest
steps:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v6
with:
title: Update from backend
body: This is an automated pull request from the backend.

0 comments on commit 7dab4ec

Please sign in to comment.