> ## Documentation Index
> Fetch the complete documentation index at: https://docs.webapp.io/llms.txt
> Use this file to discover all available pages before exploring further.

# LABEL

`LABEL [key=value..]`

The `LABEL` directive allows users to control modify meta aspects of their runs

```docker Layerfile theme={null}
LABEL display_name=cool_layerfile_name
```

### Possible values

#### display\_name

`LABEL display_name=testName`

The `display_name` key allows the user to modify the display name in the runs
dashboard

<img src="https://mintcdn.com/webappio/s6-eR6DYSUsnelQ0/resources/display_name.png?fit=max&auto=format&n=s6-eR6DYSUsnelQ0&q=85&s=9d88272b6a1d69e6c1606168c089eb2a" alt="display name" width="198" height="135" data-path="resources/display_name.png" />

#### status

`LABEL status=merge or LABEL status=hidden`

The `status` key allows the user control the behaviour of check notification
within your pull request.

* The `merge` status will cause webapp to summarize all runs resulting from the
  SPLIT directive

  <img src="https://mintcdn.com/webappio/s6-eR6DYSUsnelQ0/resources/checks_merged.png?fit=max&auto=format&n=s6-eR6DYSUsnelQ0&q=85&s=a0a6ee3bc0101f74af878c867a6195e9" alt="status merge" width="922" height="215" data-path="resources/checks_merged.png" />

* The `hidden` status will cause webapp to hide the run status of the Layerfile
