This repository has been archived by the owner on May 23, 2024. It is now read-only.
Merge pull request #1629 from rust-lang/autofix/ices/103507.rs #1184
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add label to tested issue | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
if: github.repository == 'rust-lang/glacier' | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build | |
uses: ./.github/actions/build | |
- run: ./target/release/labeler | |
env: | |
LABEL_TOKEN: ${{ secrets.LABEL_TOKEN }} | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |