Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
🔄 Created local '.github/workflows/subscribe_to_label.yml' from remot…
Browse files Browse the repository at this point in the history
…e '.github/workflows/subscribe_to_label.yml'
  • Loading branch information
openverse-bot committed Oct 17, 2022
1 parent 87847eb commit 5b9cc5f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/subscribe_to_label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Subscribe to Label"
# link: https://github.com/bytecodealliance/subscribe-to-label-action

on:
issues:
types: ["labeled"]

jobs:
subscribe:
runs-on: ubuntu-latest
steps:
- uses: bytecodealliance/subscribe-to-label-action@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 5b9cc5f

Please sign in to comment.