Skip to content

Commit

Permalink
chore(workflow): Add note about deprecation of repo-sync/pull-request
Browse files Browse the repository at this point in the history
This action is deprecated and should be replaced with something like GitHub CLI.
  • Loading branch information
mcaskill committed Dec 14, 2023
1 parent 8c668a2 commit 5bd693a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
id: extract_changelog

# This action is deprecated and should be replaced
# with something like GitHub CLI.
- name: pull-request
uses: repo-sync/pull-request@v2
with:
Expand Down

0 comments on commit 5bd693a

Please sign in to comment.