mirror of
https://github.com/brittonhayes/validate-yaml.git
synced 2024-11-23 05:30:56 -05:00
fix: removing automerge github action
This commit is contained in:
parent
7ee430c3dc
commit
7a7966134c
3 changed files with 1 additions and 15 deletions
13
.github/workflows/merge.yml
vendored
13
.github/workflows/merge.yml
vendored
|
@ -1,13 +0,0 @@
|
||||||
name: "automerge"
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
merge:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.DEPENDABOT_PUBLIC_TOKEN }}
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -24,5 +24,4 @@ jobs:
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_PUBLIC_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_PUBLIC_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
||||||
run: npx semantic-release
|
run: npx semantic-release
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "validate-yaml-action",
|
"name": "validate-yaml-action",
|
||||||
"version": "0.0.0-development",
|
"version": "0.0.0-development",
|
||||||
"private": false,
|
"private": true,
|
||||||
"description": "Validate YAML against a schema using github actions",
|
"description": "Validate YAML against a schema using github actions",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue