This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# My lables for github repositories | |
# Author: Ali Shanaakh <[email protected]> | |
--- | |
repo: your/repository | |
labels: | |
- name: 'Priority: Critical' | |
color: e11d21 | |
- name: 'Priority: High' | |
color: eb6420 | |
- name: 'Priority: Low' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
# Author: Ali Shanaakh <[email protected]> | |
require 'rubygems' | |
require 'websocket-client-simple' | |
require 'active_support/all' | |
require 'jwt' | |
# Create valid JWT |
NewerOlder