Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Bump github.com/docker/go-units from 0.4.0 to 0.5.0 #107

Bump github.com/docker/go-units from 0.4.0 to 0.5.0

Bump github.com/docker/go-units from 0.4.0 to 0.5.0 #107

name: Assign to One Project
on:
issues:
types: [opened, labeled]
pull_request:
types: [opened, labeled]
env:
MY_GITHUB_TOKEN: ${{ secrets.SFX_PUBLIC_REPOS }}
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Assign NEW issues and NEW pull requests to project 2
uses: srggrs/assign-one-project-github-action@1.2.1
if: github.event.action == 'opened'
with:
project: 'https://github.com/orgs/signalfx/projects/2'