Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
happyPath:
name: "[TEST] Update existing pull request"
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
dist
node_modules
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,18 @@ inputs:
default: Update from 'Create or Update Request' action
path:
description: Commit selected files only by providing a path. It is used in `git add "<path>"`
path-to-cd-to:
description: Commit changes in another repository by providing a path to cd to (using Node's process.chdir function) before git operations.
required: false
labels:
description: Comma separated list of labels to apply to the pull request
required: false
assignees:
description: Comma separated list of assignees to apply to the pull request
required: false
repository:
description: Repository name in the format owner/repo. Defaults to current repository if not given. Use with path-to-cd-to.
required: false
reviewers:
description: Comma separated list of reviewers to apply to the pull request
required: false
Expand Down
Loading