1Password / shell-plugins

Seamless authentication for every tool in your terminal.
https://developer.1password.com/docs/cli/shell-plugins/
MIT License
506 stars 163 forks source link

fix(ci): Run `check-flake` on Pull Requests #446

Closed mrjones2014 closed 3 months ago

mrjones2014 commented 3 months ago

Overview

Updates the check-flake CI job to run on PRs that change any *.nix files or flake.lock, also adds @AndyTitu as a default reviewer for the automated flake.lock update PRs.

Type of change

- [ ] Created a new plugin - [ ] Improved an existing plugin - [ ] Fixed a bug in an existing plugin - [x] Improved contributor utilities or experience ## Related Issue(s) * Resolves: # * Relates: # ## How To Test

Let's merge this before #445, then merge main into #445 and make sure CI runs there

Changelog

Run `check-flake` CI job on PRs where any `*.nix` files or `flake.lock` are changed