diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-02-17 13:18:48 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-02-17 14:48:14 +0100 |
commit | b8772376129adbbb5ea04b08c4a62383bfa88d87 (patch) | |
tree | f4320b10259c3d0a04c8696e01816f25e6b8c945 | |
parent | f4e24f1eabfac439ac09d9646582f682c02cfe3f (diff) | |
download | rneovim-b8772376129adbbb5ea04b08c4a62383bfa88d87.tar.gz rneovim-b8772376129adbbb5ea04b08c4a62383bfa88d87.tar.bz2 rneovim-b8772376129adbbb5ea04b08c4a62383bfa88d87.zip |
ci(reviews): move reviews.js to .github/scripts
-rw-r--r-- | .github/scripts/reviews.js (renamed from ci/reviews.js) | 0 | ||||
-rw-r--r-- | .github/workflows/labeler.yml | 2 | ||||
-rw-r--r-- | .github/workflows/reviews.yml | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/ci/reviews.js b/.github/scripts/reviews.js index 25ef08be36..25ef08be36 100644 --- a/ci/reviews.js +++ b/.github/scripts/reviews.js diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index d16b382ca7..e252906cb4 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -38,7 +38,7 @@ jobs: permissions: pull-requests: write steps: - - run: wget https://raw.githubusercontent.com/neovim/neovim/master/ci/reviews.js + - run: wget https://raw.githubusercontent.com/neovim/neovim/master/.github/scripts/reviews.js - name: 'Request reviewers' uses: actions/github-script@v6 with: diff --git a/.github/workflows/reviews.yml b/.github/workflows/reviews.yml index 2da7365821..5731ab9be8 100644 --- a/.github/workflows/reviews.yml +++ b/.github/workflows/reviews.yml @@ -9,7 +9,7 @@ jobs: permissions: pull-requests: write steps: - - run: wget https://raw.githubusercontent.com/neovim/neovim/master/ci/reviews.js + - run: wget https://raw.githubusercontent.com/neovim/neovim/master/.github/scripts/reviews.js - name: 'Request reviewers' uses: actions/github-script@v6 with: |