* ran script/remove-unused-assets.js (manually removed unused variables printed by the script) * package-lock * turn elsif into two ifs to prepare for running Liquid deprecation script * ran script/remove-deprecated-enterprise-version-markup.js --release 2.14 (ONLY UPDATES LINE BREAKS ETC.) * ran script/remove-deprecated-enterprise-version-markup.js --release 2.15 * ran script/remove-deprecated-enterprise-version-markup.js --release 2.17 * ran script/remove-deprecated-enterprise-version-markup.js --release 2.18 * update hardcoded test * Update content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> * add currentVersion is NOT free-pro-team to conditional, to make sure the deprecation script does the right thing when it is time to deprecate 2.21 Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
8 lines
593 B
Markdown
8 lines
593 B
Markdown
Key | Type | Description
|
|
----|------|-------------
|
|
`action`|`string` | The action that was performed on the project column. Can be one of `created`, `edited`, `moved` or `deleted`.
|
|
`changes`|`object` | The changes to the project column if the action was `edited`.
|
|
`changes[name][from]` |`string` | The previous version of the name if the action was `edited`.
|
|
`after_id`|`integer` | The id of the column that this column now follows if the action was "moved". Will be `null` if it is the first column in a project.
|
|
`project_column`|`object` | The [project column](/v3/projects/columns) itself.
|