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

Commit

Permalink
🔄 Synced file(s) with WordPress/openverse (#980)
Browse files Browse the repository at this point in the history
Co-authored-by: openverse-bot <null>
  • Loading branch information
openverse-bot authored Oct 18, 2022
1 parent 87847eb commit 1666f08
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/subscribe_to_label.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"WordPress/gutenberg-design": [
"\ud83d\uddbc\ufe0f aspect: design"
],
"WordPress/openverse": [
"\ud83d\uddbc\ufe0f aspect: design"
]
}
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 1666f08

Please sign in to comment.