2020-05-20 22:31:39 +00:00
|
|
|
name: 'Pull request changed files filter'
|
|
|
|
description: 'Enables conditional execution of workflow job steps considering which files are modified by a pull request.'
|
|
|
|
author: 'Michal Dorner <dorner.michal@gmail.com>'
|
2020-05-20 15:03:08 +00:00
|
|
|
inputs:
|
2020-05-20 22:38:22 +00:00
|
|
|
githubToken:
|
2020-05-20 23:37:33 +00:00
|
|
|
description: 'GitHub Access Token'
|
2020-05-20 22:31:39 +00:00
|
|
|
required: true
|
|
|
|
filters:
|
|
|
|
description: 'YAML dictionary where keys specifies rule names and values are lists of (globbing) file path patterns'
|
|
|
|
required: true
|
2020-05-20 15:03:08 +00:00
|
|
|
runs:
|
|
|
|
using: 'node12'
|
|
|
|
main: 'dist/index.js'
|
2020-05-20 22:31:39 +00:00
|
|
|
branding:
|
|
|
|
color: blue
|
|
|
|
icon: filter
|