rdehenne/Track Remote Appfilter

Track changes of a remote appfilter.xml to update your own appfilter.xml.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
local-appfilterThe path to the local appfilter.xml file that needs to be updated.yes
remote-appfilterThe URL to the remote appfilter.xml used for comparison.yes
branchThe pull request branch name.action/track-remote-appfilter
commit-messageThe message to use when committing changes.[track-remote-appfilter] Add appfilter items
titleThe title of the pull request.[track-remote-appfilter] Add appfilter items
bodyThe body of the pull request.This PR adds new appfilter items from a remote `appfilter.xml` file that could be matched to existing drawables. Automated changes by the [Track Remote Appfilter](https://github.com/rdehenne/track-remote-appfilter) GitHub action.
delete-branchDelete the `branch` if it doesn't have an active pull request associated with it. true
tokenThe token that the action will use to create and update the pull request.${{ github.token }}
branch-tokenThe token that the action will use to create and update the branch. Defaults to the value of `token`.
pathRelative path under $GITHUB_WORKSPACE to the repository. Defaults to $GITHUB_WORKSPACE.
committerThe committer name and email address in the format `Display Name <email@address.com>`. Defaults to the GitHub Actions bot user. github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
authorThe author name and email address in the format `Display Name <email@address.com>`. Defaults to the user who triggered the workflow run. ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
signoffAdd `Signed-off-by` line by the committer at the end of the commit log message.false
branch-suffixThe branch suffix type when using the alternative branching strategy.
baseThe pull request base branch. Defaults to the branch checked out in the workflow.
push-to-forkA fork of the checked out parent repository to which the pull request branch will be pushed. e.g. `owner/repo-fork`. The pull request will be created to merge the fork's branch into the parent's base.
sign-commitsSign commits as `github-actions[bot]` when using `GITHUB_TOKEN`, or your own bot when using GitHub App tokens.false
body-pathThe path to a file containing the pull request body. Takes precedence over `body`.
labelsA comma or newline separated list of labels.
assigneesA comma or newline separated list of assignees (GitHub usernames).
reviewersA comma or newline separated list of reviewers (GitHub usernames) to request a review from.
team-reviewersA comma or newline separated list of GitHub teams to request a review from. Note that a `repo` scoped Personal Access Token (PAT) may be required.
milestoneThe number of the milestone to associate the pull request with.
draftCreate a draft pull request. Valid values are `true` (only on create), `always-true` (on create and update), and `false`. false
maintainer-can-modifyIndicates whether maintainers can modify the pull request.true
namedescription
pull-request-numberThe pull request number
pull-request-urlThe URL of the pull request.
pull-request-operationThe pull request operation performed by the action, `created`, `updated` or `closed`.
pull-request-head-shaThe commit SHA of the pull request branch.
pull-request-branchThe pull request branch name