Skip to content

Commit

Permalink
Project automation: Rewrite actions using JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Aug 19, 2019
1 parent d80b024 commit d4ca647
Show file tree
Hide file tree
Showing 24 changed files with 732 additions and 302 deletions.
18 changes: 0 additions & 18 deletions .github/actions/assign-fixed-issues/Dockerfile

This file was deleted.

60 changes: 0 additions & 60 deletions .github/actions/assign-fixed-issues/entrypoint.sh

This file was deleted.

18 changes: 0 additions & 18 deletions .github/actions/first-time-contributor/Dockerfile

This file was deleted.

43 changes: 0 additions & 43 deletions .github/actions/first-time-contributor/entrypoint.sh

This file was deleted.

18 changes: 0 additions & 18 deletions .github/actions/milestone-it/Dockerfile

This file was deleted.

109 changes: 0 additions & 109 deletions .github/actions/milestone-it/entrypoint.sh

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/pull-request-automation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: pull_request
name: Pull request automation

jobs:
pull-request-automation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm install
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
- run: npm run build:packages
- uses: ./packages/pull-request-automation
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/pull_request-milestone-merged-pull-requests.yml

This file was deleted.

6 changes: 6 additions & 0 deletions docs/manifest-devhub.json
Original file line number Diff line number Diff line change
Expand Up @@ -1349,6 +1349,12 @@
"markdown_source": "../packages/priority-queue/README.md",
"parent": "packages"
},
{
"title": "@wordpress/pull-request-automation",
"slug": "packages-pull-request-automation",
"markdown_source": "../packages/pull-request-automation/README.md",
"parent": "packages"
},
{
"title": "@wordpress/redux-routine",
"slug": "packages-redux-routine",
Expand Down
Loading

0 comments on commit d4ca647

Please sign in to comment.