diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml new file mode 100644 index 0000000..f03a21c --- /dev/null +++ b/.github/workflows/auto-merge.yml @@ -0,0 +1,17 @@ +name: Dependabot Auto Merge + +on: pull_request + +permissions: + contents: write + pull-requests: write + +jobs: + auto-merge: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: ahmadnassri/action-dependabot-auto-merge@v2 + with: + target: minor + github-token: ${{ secrets.AUTOMERGE_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6df12e..f75b4a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,22 +7,6 @@ on: branches: [main] jobs: - check-license-lines: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Check License Lines - uses: kt3k/license_checker@v1.0.6 - validate-locales: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Use Node.js 18.x - uses: actions/setup-node@v4 - with: - node-version: 18.x - # TODO: Disable locale:validation for now - # - run: yarn run locale:validate build: runs-on: ubuntu-latest strategy: @@ -41,7 +25,7 @@ jobs: all: # This job ensures that all jobs above (now we have just build) are successful. - needs: [check-license-lines, build, validate-locales] + needs: [build] runs-on: ubuntu-latest steps: - run: echo Success diff --git a/.github/workflows/gh-publish.yml b/.github/workflows/gh-publish.yml new file mode 100644 index 0000000..b0110b8 --- /dev/null +++ b/.github/workflows/gh-publish.yml @@ -0,0 +1,23 @@ +name: GitHub Pages Publish + +on: + push: + branches: [main] + +jobs: + gh-deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 18 + registry-url: https://registry.npmjs.org + - run: yarn install + - name: Build + working-directory: "." + run: yarn build:pages + - name: Deploy + uses: JamesIves/github-pages-deploy-action@v4 + with: + folder: build diff --git a/src/pages/Funding/index.mdx b/src/pages/Funding/index.mdx index bb6ac46..64b8ec7 100644 --- a/src/pages/Funding/index.mdx +++ b/src/pages/Funding/index.mdx @@ -7,15 +7,30 @@ import pba3 from "./PBA3.png" Polkadot provides multiple avenues for getting your project or initiative funded. There are obviously also Venture Capital based routes to pursue but below are Polkadot specific options to explore. -### [Treasury Proposal](https://polkadot.polkassembly.io/opengov) +