Skip to content

Create default labels at the organization level

Organization administrators can visit the new Repository labels setting to standardize the default set of labels which will be added when new repositories are created. Adding or removing default organization labels in settings will not modify existing repositories.

Learn more about managing default labels for your organization

On 10/23/2019 we will change the default shell for the run step on Windows runners to PowerShell.

If your run step contains Windows batch scripting you should update it to specify cmd as the shell to avoid being broken.

- run: |
    ...
  shell: cmd

Learn more about scripts in GitHub Actions here.

If you have any questions or thoughts about these changes, we recommend sharing in our GitHub Community Forum’s Actions Board!

See more

In order to align the experience of linking to Actions log lines and linking to code we have made the line numbers in Actions logs links. Previously, we showed a button when the line was hovered that would copy a link to the line number to your clipboard.

If you have any questions or thoughts about these changes, we recommend sharing in our GitHub Community Forum’s Actions Board!

See more