mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-04-29 01:35:53 +08:00
Create main.yml
This commit is contained in:
committed by
GitHub
parent
e2e93a635e
commit
4f96af7008
14
.github/workflows/main.yml
vendored
Normal file
14
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Inclusive Organization
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
jobs:
|
||||
invite:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Invite contributor to the organization
|
||||
uses: lekterable/inclusive-organization-action@v1.0.0
|
||||
with:
|
||||
organization: styled-components
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
Reference in New Issue
Block a user