Skip to content

Commit

Permalink
All branches inclusion (#179) (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwDayDream authored Jun 13, 2024
1 parent 66895ca commit 39d8d9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-desc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Auto PR Description
on:
pull_request:
types: [opened, edited, synchronize]
branches:
- '**'

jobs:
username-whitelist:
Expand Down Expand Up @@ -96,4 +98,4 @@ jobs:
repo: repo,
pull_number: prNumber,
body: completion.choices[0].message.content
});
});

0 comments on commit 39d8d9a

Please sign in to comment.