Skip to content
Merged
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
4 changes: 4 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This command runs the local Danger configuration against a Github PR without mod

- Github Pull Request URL

### Environment variables

- GITHUB_TOKEN with a GitHub token

## gitlab-local

This command runs the local Danger configuration against a Gitlab PR without modifying anything;
Expand Down
1 change: 1 addition & 0 deletions src/Struct/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ abstract class File
public const STATUS_ADDED = 'added';
public const STATUS_REMOVED = 'removed';
public const STATUS_MODIFIED = 'modified';
public const STATUS_RENAMED = 'renamed';

public string $name;

Expand Down