Skip to content

Creating a javascript action for opening GitHub issues #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b4e7520
Creating a ReactJS Boilerplate Application
digitalankit Jun 3, 2020
0cf5004
using prettier to check for code formatting rules
digitalankit Jun 3, 2020
e93c4b4
setting up our repository
digitalankit Jun 7, 2020
274c77a
creating the develop pull requests workflow
digitalankit Jun 7, 2020
fb90e47
creating the develop merge pull request workflow
digitalankit Jun 7, 2020
9a21438
caching npm dependencies
digitalankit Jun 7, 2020
981728b
uploading artifacts in our workflows
digitalankit Jun 7, 2020
06dd942
installing semantic release in our project
digitalankit Jun 7, 2020
d3895ef
running semantic release in our workflow
digitalankit Jun 7, 2020
974f3c1
uploading release asset
digitalankit Jun 7, 2020
41a967f
deploying to production when pushing to master
digitalankit Jun 7, 2020
f95b9b2
uploading code coverage reports to codecov
digitalankit Jun 7, 2020
79fa211
added commitlit
alialaa Jun 16, 2020
eb00aae
sending a slack message when a new release is published
digitalankit Jun 16, 2020
49fbd5c
opening an automated issue when the workflow fails
digitalankit Jun 16, 2020
1b6b698
adding a status badge in readme.md
digitalankit Jun 16, 2020
34d282d
fix: creating a simple javascript action
digitalankit Jun 22, 2020
465488d
fix: building our javascript code into 1 file
digitalankit Jun 22, 2020
8e9bcb4
fix: lets discover more about the github core package
digitalankit Jun 22, 2020
7c3f64e
fix: creating a javascript action for opening github issues
digitalankit Jun 22, 2020
1c61baf
Update package.json
Ajanhari Sep 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions react-app/.github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* @alialaa
*.js @alialaa
*.yml @alialaa17
/public/ @alialaa
15 changes: 15 additions & 0 deletions react-app/.github/actions/hello/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Hello World
author: Ali Alaa
description: Some description
inputs:
who-to-greet:
description: 'Who to greet'
required: true
default: Ali
outputs:
time:
description: 'The greeting time'
runs:
using: 'node12'
main: 'dist/index.js'

Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy