Skip to content

Rename "multi-arch" environments page to "cross-platform" environments #58

Rename "multi-arch" environments page to "cross-platform" environments

Rename "multi-arch" environments page to "cross-platform" environments #58

Workflow file for this run

name: Apply label to new issues and PRs
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add-label:
runs-on: ubuntu-latest
steps:
- name: Add label automatically to new issues and PRs
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: "${{ secrets.MANAGED_FLOXBOT_GITHUB_ACCESS_TOKEN_REPO_SCOPE }}"
labels: "documentation"