Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redhat-plumbers-in-action/issue-forms-automation
🏷️ Example of issue forms automation
https://github.com/redhat-plumbers-in-action/issue-forms-automation
demo github-action issue-forms
Last synced: about 1 month ago
JSON representation
🏷️ Example of issue forms automation
- Host: GitHub
- URL: https://github.com/redhat-plumbers-in-action/issue-forms-automation
- Owner: redhat-plumbers-in-action
- License: gpl-3.0
- Created: 2022-06-08T11:59:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T10:45:25.000Z (9 months ago)
- Last Synced: 2024-11-29T19:36:56.884Z (about 2 months ago)
- Topics: demo, github-action, issue-forms
- Homepage:
- Size: 63.5 KB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Issue Forms Automation
[![GitHub Marketplace][market-status]][market]
[market]: https://github.com/marketplace/actions/advanced-issue-labeler
[market-status]: https://img.shields.io/badge/Marketplace-Advanced%20Issue%20Labeler-blue.svg?colorA=24292e&colorB=0366d6&style=flat&longCache=true&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII=This repository is trying to demonstrate the power of [issue forms](https://github.blog/changelog/2021-06-23-issues-forms-beta-for-public-repositories/) and automation to provide better developer experience by labeling issues based on provided input.
This repository uses [@stefanbuck/github-issue-parser](https://github.com/stefanbuck/github-issue-parser) GitHub Action to parse issues generated based on issue forms, and output is passed to [@redhat-plumbers-in-action/advanced-issue-labeler](https://github.com/redhat-plumbers-in-action/advanced-issue-labeler) GitHub Action that is responsible for the labeling of the issues.