Skip to content

Commit

Permalink
fix(ci): configure auto-merge using action inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasfrahm committed Aug 7, 2022
1 parent 3767fe4 commit 780f535
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/auto-merge.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
target: all

release:
name: Release
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# netadm 🔍

[![Go Report Card](https://goreportcard.com/badge/github.com/nicklasfrahm/netadm)](https://goreportcard.com/report/github.com/nicklasfrahm/netadm)
[![Go Report Card](https://goreportcard.com/badge/github.com/nicklasfrahm/netadm?style=flat-square)](https://goreportcard.com/report/github.com/nicklasfrahm/netadm)
[![Release](https://img.shields.io/github/release/nicklasfrahm/netadm.svg?style=flat-square)](https://github.com/nicklasfrahm/netadm/releases/latest)
[![Go Reference](https://img.shields.io/badge/Go-reference-informational.svg?style=flat-square)](https://pkg.go.dev/github.com/nicklasfrahm/netadm)

A CLI and client library to manage network devices written in [Go][website-go].

Expand Down

0 comments on commit 780f535

Please sign in to comment.