Skip to content

Add an option to only announce PRs from specific users #97

Add an option to only announce PRs from specific users

Add an option to only announce PRs from specific users #97

Workflow file for this run

name: Build Rust
on: [push, pull_request]
jobs:
build:
name: Build Rust
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hecrj/[email protected]
with:
rust-version: 1.58
- name: Build
run: cargo build
- name: Test
run: cargo test